search for: wxscrollbar

Displaying 5 results from an estimated 5 matches for "wxscrollbar".

2006 Dec 31
0
[813] trunk/wxruby2/swig/classes: Added ScrollBar class
...lt;/dd> <dt>Date</dt> <dd>2006-12-30 22:21:32 -0500 (Sat, 30 Dec 2006)</dd> </dl> <h3>Log Message</h3> <pre>Added ScrollBar class</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigclassesincludewxScrollBarh">trunk/wxruby2/swig/classes/include/wxScrollBar.h</a></li> </ul> <h3>Added Paths</h3> <ul> <li><a href="#trunkwxruby2swigclassesScrollBari">trunk/wxruby2/swig/classes/ScrollBar.i</a></li> </ul> </div> <d...
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Changes in this release include: * Additional widget support in XRC (thanks to Marshall Elfstrand) * Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle Technologies Inc) * Addition of wxGrid event handlers (thanks to Zach Dennis) * wxBusyCursor and wxWindowDisabler interfaces changed to match the wxruby-swig interface. ---------- What is wxRuby? wxRuby is an open source GUI toolkit for the Ruby programming l...
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,
2006 Nov 30
0
[764] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Correct duplicate and incorrect definition of SpinCtrl constructor
...t;span class="lines">@@ -318,20 +318,14 @@ </span><span class="cx"> # wx_ctor_params :validator, :name => ''treeCtrl'' </span><span class="cx"> end </span><span class="cx"> </span><del>-# wxScrollBar &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspScrollbar control -# wxSpinButton &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA spin or ''up-down'' control -WxSugar.define_keyword_ctors(''SpinCtrl'') do - wx_ctor_p...
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...