search for: on_set

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

Did you mean: onset
2007 Mar 23
0
[918] branches/wxruby2/wxwidgets_282/samples/aui/aui.rb: Fix a couple of little bugs and typos
...282/samples/aui/aui.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-23 17:00:12 UTC (rev 918) </span><span class="lines">@@ -226,35 +226,36 @@ </span><span class="cx"> </span><span class="cx"> def on_set_colour(event) </span><span class="cx"> dlg = Wx::ColourDialog.new(@frame) </span><del>- dlg.set_title("Cololur Picker") </del><ins>+ dlg.set_title("Colour Picker") </ins><span class="cx"> </span&gt...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...sizer) + get_sizer.set_size_hints(self) + update_colours + + evt_spinctrl(ID_PaneBorderSize) { | e | on_pane_border_size(e) } + evt_spinctrl(ID_SashSize) { | e | on_sash_size(e) } + evt_spinctrl(ID_CaptionSize) { | e | on_caption_size(e) } + evt_button(ID_BackgroundColour) { | e | on_set_colour(e) } + evt_button(ID_SashColour) { | e | on_set_colour(e) } + evt_button(ID_InactiveCaptionColour) { | e | on_set_colour(e) } + evt_button(ID_InactiveCaptionGradientColour) { | e | on_set_colour(e) } + evt_button(ID_InactiveCaptionTextColour) { | e | on_set_colour(e) } + evt_b...