search for: wxslider

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

Did you mean: slider
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 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...=> 0 </span><span class="cx"> # wx_ctor_params :validator, :name => ''radioButton'' </span><span class="lines">@@ -368,16 +400,30 @@ </span><span class="cx"> </span><span class="cx"> # wxSlider &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA slider that can be dragged by the user </span><span class="cx"> WxSugar.define_keyword_ctors(''Slider'') do </span><ins>+ wx_ctor_params :value => 0 </ins><span c...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...:validator, :name => ''radioButton'' </del><ins>+ wx_ctor_params :validator, :name => ''radioButton'' </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxSlider &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA slider that can be dragged by the user </span><span class="lines">@@ -396,10 +410,9 @@ </span><span class="cx"> wx_ctor_params :value => 0 </span><span class="cx&...
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...