search for: wxspinctrl

Displaying 7 results from an estimated 7 matches for "wxspinctrl".

2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...instead of CommandEvent; add example to bigdemo</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2libwxclassesevthandlerrb">trunk/wxruby2/lib/wx/classes/evthandler.rb</a></li> <li><a href="#trunkwxruby2samplesbigdemowxSpinCtrlrbw">trunk/wxruby2/samples/bigdemo/wxSpinCtrl.rbw</a></li> <li><a href="#trunkwxruby2swigclassesSpinEventi">trunk/wxruby2/swig/classes/SpinEvent.i</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from wxWindow.h. In order to make things right I had to make sure it was also declared in all the places where wxWindows also changes it. Also, in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see if it also applies
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
...spA spin or ''up-down'' control -WxSugar.define_keyword_ctors(''SpinCtrl'') do - wx_ctor_params :pos, :size, :style => Wx::SP_HORIZONTAL -# wx_ctor_params :validator, :name => ''treeCtrl'' -end - </del><span class="cx"> # wxSpinCtrl &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA spin control - i.e. spin button and text control </span><span class="cx"> WxSugar.define_keyword_ctors(''SpinCtrl'') do </span><ins>+ wx_ctor_params :value => ''...
2006 Nov 29
5
wxSugar control problem
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am coming up with an error when trying to create a SpinCtrl (and quite a few others have exactly the same prob.): #file date_picker.rb class DatePicker < Wx::Dialog def initialize super(nil, :title => "Pick a date...") @cal = Wx::CalendarCtrl.new(self) add(@cal) #works fine up to
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...arams :validator, :name => ''treeCtrl'' </del><ins>+ wx_ctor_params :validator, :name => ''treeCtrl'' </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # wxSpinCtrl &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspA spin control - i.e. spin button and text control </span><span class="lines">@@ -381,14 +395,14 @@ </span><span class="cx"> wx_ctor_params :pos, :size, :choices => [] </span&...
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...