search for: evt_command_checkbox_click

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

2007 Jun 28
0
[1096] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add mapping for another obscure and undocumented event type
.../span><ins>+ EventType[''evt_char_hook'', 0, + Wx::EVT_CHAR_HOOK, + Wx::KeyEvent], </ins><span class="cx"> EventType[''evt_checkbox'', 1, </span><span class="cx"> Wx::EVT_COMMAND_CHECKBOX_CLICKED, </span><span class="cx"> Wx::CommandEvent], </span></span></pre> </div> </div> </body> </html>
2006 Oct 17
0
[678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
...t&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_COMMAND_BUTTON_CLICKED command,which is generated by a Button control.| </span><span class="cx"> |*evt_checkbox(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_COMMAND_CHECKBOX_CLICKED command,which is generated by a CheckBox control.| </span><span class="cx"> |*evt_choice(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_COMMAND_CHOICE_SELECTED command,which is generated by a Choice control.| <...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...Wx::EVT_CALENDAR_YEAR_CHANGED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_DOUBLECLICKED => Wx::CalendarEvent, - Wx::EVT_CALENDAR_WEEKDAY_CLICKED => Wx::CalendarEvent, - Wx::EVT_CLOSE_WINDOW => Wx::CloseEvent, - Wx::EVT_COMMAND_BUTTON_CLICKED => Wx::CommandEvent, - Wx::EVT_COMMAND_CHECKBOX_CLICKED => Wx::CommandEvent, - Wx::EVT_COMMAND_CHOICE_SELECTED => Wx::CommandEvent, - Wx::EVT_COMMAND_LISTBOX_SELECTED => Wx::CommandEvent, - Wx::EVT_COMMAND_LISTBOX_DOUBLECLICKED => Wx::CommandEvent, - Wx::EVT_COMMAND_CHECKLISTBOX_TOGGLED => Wx::CommandEvent, - Wx::EVT_COMM...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...Wx::EVT_CALENDAR_YEAR_CHANGED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_DOUBLECLICKED => Wx::CalendarEvent, + Wx::EVT_CALENDAR_WEEKDAY_CLICKED => Wx::CalendarEvent, + Wx::EVT_CLOSE_WINDOW => Wx::CloseEvent, + Wx::EVT_COMMAND_BUTTON_CLICKED => Wx::CommandEvent, + Wx::EVT_COMMAND_CHECKBOX_CLICKED => Wx::CommandEvent, + Wx::EVT_COMMAND_CHOICE_SELECTED => Wx::CommandEvent, + Wx::EVT_COMMAND_LISTBOX_SELECTED => Wx::CommandEvent, + Wx::EVT_COMMAND_LISTBOX_DOUBLECLICKED => Wx::CommandEvent, + Wx::EVT_COMMAND_CHECKLISTBOX_TOGGLED => Wx::CommandEvent, + Wx::EVT_COMM...