search for: evt_spinctrl

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

2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...x solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1078</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>200...
2007 Mar 23
0
[ wxruby-Bugs-9501 ] evt_spinctrl should yield an event of type SpinEvent
...2007-03-23 16:40 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=9501&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: evt_spinctrl should yield an event of type SpinEvent Initial Comment: At the moment on branches/wxwidgets_28 it seems to yield an event of type CommandEvent. This class is missing the get_/set_position methods. ---------------------------------------------------------------------- You can respond by visiti...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...DATED, + Wx::CommandEvent], + EventType[''evt_socket'', 1, + Wx::EVT_SOCKET, + Wx::Event], + EventType[''evt_spin'', 1, + Wx::EVT_SCROLL_THUMBTRACK, + Wx::ScrollEvent], + EventType[''evt_spinctrl'', 1, + Wx::EVT_COMMAND_SPINCTRL_UPDATED, + Wx::CommandEvent], + EventType[''evt_spin_down'', 1, + Wx::EVT_SCROLL_LINEDOWN, + Wx::ScrollEvent], + EventType[''evt_spin_up'', 1, + Wx::EVT_...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...(s9) + grid_sizer.add(s7); grid_sizer.add(s10) + grid_sizer.add(s8); grid_sizer.add(s11) + + cont_sizer =Wx::BoxSizer.new(Wx::VERTICAL) + cont_sizer.add(grid_sizer, 1, Wx::EXPAND|Wx::ALL, 5) + self.set_sizer(cont_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) } +...