search for: wxsb_horizontal

Displaying 2 results from an estimated 2 matches for "wxsb_horizontal".

Did you mean: wxga_horizontal
2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
...1 03:21:32 UTC (rev 813) </span><span class="lines">@@ -0,0 +1,16 @@ </span><ins>+# Copyright 2004-2006 by Kevin Smith +# released under the MIT-style wxruby2 license + +%include "../common.i" + +%module(directors="1") wxScrollBar + +#define wxSB_HORIZONTAL wxHORIZONTAL +#define wxSB_VERTICAL wxVERTICAL + +%import "include/wxObject.h" +%import "include/wxEvtHandler.h" +%import "include/wxWindow.h" +%import "include/wxControl.h" + +%include "include/wxScrollBar.h" </ins></span>&l...
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...