search for: wxdefaults

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

Did you mean: xdefaults
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><span...
2007 Jan 05
0
[827] trunk/wxruby2/swig: Moved NULL objects into constants so they can be used for default args
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
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...