search for: wxdefaultcoord

Displaying 4 results from an estimated 4 matches for "wxdefaultcoord".

2006 Aug 14
1
Patch for RubyConstants.i
- Added wxDefaultCoord - Updated the standard IDs so they match the 2.6.3 headers which adds wxID_NONE. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...p;nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param int -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - virtual void SetSizeHints( int minW, int minH, - int maxW = wxDefaultCoord, int maxH = wxDefaultCoord, - int incW = wxDefaultCoord, int incH = wxDefaultCoord ); </del><ins>+ virtual void SetSizeHints( int minW, int minH, +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...nst wxSize& size); +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspvirtual void SetMinSize(const wxSize& size); + + // set size hints for "window manager" + virtual void DoSetSizeHints( int minW, int minH, + int maxW = wxDefaultCoord, int maxH = wxDefaultCoord, + int incW = wxDefaultCoord, int incH = wxDefaultCoord ); + +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// only for Win CE +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp//&nbsp&am...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...// PalmOS </span><span class="cx"> wxDOS // wxBase under MS-DOS </span><span class="cx"> }; </span><ins>+*/ </ins><span class="cx"> </span><span class="cx"> enum { wxDefaultCoord = -1 }; </span><span class="cx"> </span></span></pre></div> <a id="brancheswxruby2wxwidgets_282swigRubyEventTypesi"></a> <div class="modfile"><h4>Modified: branches/wxruby2/wxwidgets_282/swig/RubyEventTypes.i...