Displaying 4 results from an estimated 4 matches for "getmaxsize".
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...y);
+
+%immutable wxAuiPaneInfo::floating_size;
+%rename(GetFloatingSize) wxAuiPaneInfo::floating_size;
+%rename(SetFloatingSize) wxAuiPaneInfo::FloatingSize(const wxSize& size);
+%rename(SetFloatingSize) wxAuiPaneInfo::FloatingSize(int x, int y);
+
+%immutable wxAuiPaneInfo::max_size;
+%rename(GetMaxSize) wxAuiPaneInfo::max_size;
+%rename(SetMaxSize) wxAuiPaneInfo::MaxSize(const wxSize& size);
+%rename(SetMaxSize) wxAuiPaneInfo::MaxSize(int x, int y);
+
+%immutable wxAuiPaneInfo::min_size;
+%rename(GetMinSize) wxAuiPaneInfo::min_size;
+%rename(SetMinSize) wxAuiPaneInfo::MinSize(const wxSize&...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...9,8 @@
</span><span class="cx">
</span><span class="cx"> // override some base class virtuals
</span><span class="cx"> virtual bool Destroy();
</span><del>- virtual bool IsTopLevel() const;
- virtual wxSize GetMaxSize() const;
</del><ins>+ virtual bool IsTopLevel() const { return true; }
+ virtual bool IsVisible() const { return IsShown(); }
</ins><span class="cx">
</span><span class="cx"> // event handlers
</span><span class="cx&qu...
2012 Dec 21
0
Wine release 1.5.20
...kolay Sivov (18):
oledb32: Fix DBPROPSET and DBPROPINFOSET cleanup.
oleaut32: Use correct allocation length (Coverity).
msi: Fix a stream data leak on error (Coverity).
comctl32: Fix a ranges leak on error.
comctl32: Initialize id field for message tests.
msxml3: GetMaxSize() is not a stub.
comctl32: Fix font style when item is bold and hovered in track mode.
msxml3: Some tests to show that DISPID_VALUE properties are handled specially.
oleaut32: Added a test for prop getter invocation with different flags.
msxml3: Add custom handling for DISPI...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...bsp       wxSize GetBestFittingSize() const;
-        void SetBestFittingSize(const wxSize& size=wxDefaultSize);
</del><span class="cx"> virtual wxSize GetMaxSize() const;
</span><span class="cx"> virtual wxSize GetMinSize() const;
</span><span class="cx"> void SetMinSize(const wxSize& minSize);
</span><span class="lines">@@ -231,6 +241,7 @@
</span><span class="cx"&g...