search for: sl_horizontal

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

Did you mean: mv_horizontal
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
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
...t; WxSugar.define_keyword_ctors(''Slider'') do </span><ins>+ wx_ctor_params :value => 0 </ins><span class="cx"> wx_ctor_params :min_value, :max_value </span><span class="cx"> wx_ctor_params :pos, :size, :style => Wx::SL_HORIZONTAL </span><span class="cx"> # wx_ctor_params :validator, :name => ''radioButton'' </span><span class="cx"> end </span><span class="cx"> </span><ins>+ +# wxSpinButton - Has two small up and down (or lef...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...uot;lines">@@ -396,10 +410,9 @@ </span><span class="cx"> wx_ctor_params :value => 0 </span><span class="cx"> wx_ctor_params :min_value, :max_value </span><span class="cx"> wx_ctor_params :pos, :size, :style => Wx::SL_HORIZONTAL </span><del>- # wx_ctor_params :validator, :name => ''radioButton'' </del><ins>+ wx_ctor_params :validator, :name => ''slider'' </ins><span class="cx"> end </span><span class="cx"> </spa...