search for: wxdefault

Displaying 3 results from an estimated 3 matches for "wxdefault".

Did you mean: rwxdefault
2007 Jan 04
0
[825] trunk/wxruby2/swig/RubyConstants.i: Added DEFAULT_VALIDATOR constant
...amp;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-04 22:48:52 UTC (rev 825) </span><span class="lines">@@ -2143,8 +2143,8 @@ </span><span class="cx"> </span><span class="cx"> %constant const wxSize DEFAULT_SIZE = wxDefaultSize; </span><span class="cx"> %constant const wxPoint DEFAULT_POSITION = wxDefaultPosition; </span><ins>+%constant const wxValidator DEFAULT_VALIDATOR = wxDefaultValidator; </ins><span class="cx"> </span><del>- </del><spa...
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
...unk/wxruby2/swig/RubyConstants.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-01-05 21:43:19 UTC (rev 827) </span><span class="lines">@@ -2145,6 +2145,17 @@ </span><span class="cx"> %constant const wxPoint DEFAULT_POSITION = wxDefaultPosition; </span><span class="cx"> %constant const wxValidator DEFAULT_VALIDATOR = wxDefaultValidator; </span><span class="cx"> </span><ins>+ +// ''Null'' objects +%constant wxBitmap const NULL_BITMAP = wxNullBitmap; +%constan...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...