Displaying 5 results from an estimated 5 matches for "getbestsize".
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...kground:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>791</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-12-20 18:43:...
2007 Mar 18
0
[894] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Document changed Window methods in 2.6 -> 2.8 API
...span><span class="cx">
</span><span class="cx">
</span><del>-h3(#Window_getadjustedbestsize). Window#get_adjusted_best_size
-
- "Size":size.html *get_adjusted_best_size*()
-
-This method is similar to "get_best_size":#Window_getbestsize, except
-in one thing. GetBestSize should return the minimum untruncated size of the
-window, while this method will return the largest of BestSize and any user
-specified minimum size. ie. it is the minimum size the window should currently
-be drawn at, not the minimal size it can possibly toler...
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...aneInfo::RightDockable(bool b = true);
+%rename(SetTopDockable) wxAuiPaneInfo::TopDockable(bool b = true);
+
+// attribute-like settings
+%rename(SetPosition) wxAuiPaneInfo::Position(int pos);
+%rename(SetRow) wxAuiPaneInfo::Row(int row);
+
+// members
+%immutable wxAuiPaneInfo::best_size;
+%rename(GetBestSize) wxAuiPaneInfo::best_size;
+%rename(SetBestSize) wxAuiPaneInfo::BestSize(const wxSize& size);
+%rename(SetBestSize) wxAuiPaneInfo::BestSize(int x, int y);
+
+%immutable wxAuiPaneInfo::caption;
+%rename(GetCaption) wxAuiPaneInfo::caption;
+%rename(SetCaption) wxAuiPaneInfo::Caption(const wxStrin...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
..._getbackgroundstyle
</span><del>-* "Window#get_best_fitting_size":#Window_getbestfittingsize
</del><ins>+* "Window#get_effective_min_size":#Window_geteffectiveminsize
</ins><span class="cx"> * "Window#get_best_size":#Window_getbestsize
</span><ins>+* "Window#get_capture":#Window_getcapture
</ins><span class="cx"> * "Window#get_caret":#Window_getcaret
</span><del>-* "Window#get_capture":#Window_getcapture
</del><span class="cx"> * &qu...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...lass="cx"> void OnChar( wxKeyEvent &event );
</span><span class="cx"> void OnMouse( wxMouseEvent &event );
</span><span class="cx"> void OnGetToolTip( wxTreeEvent &event );
</span><del>- virtual wxSize DoGetBestSize() const;
</del><ins>+ // virtual wxSize DoGetBestSize() const;
</ins><span class="cx"> #endif
</span><span class="cx"> };
</span><span class="cx">
</span></span></pre></div>
<a id="bran...