search for: evt_command_rang

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

Did you mean: evt_command_range
2006 Oct 17
0
[678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
...;/span><span class="cx"> </span><span class="cx"> </span><span class="cx"> </span><del>-|*EVT_COMMAND(id, event, func)*|Process a command, supplying the window identifier,command event identifier, and member function.| -|*EVT_COMMAND_RANGE(id1, id2, event, func)*|Process a command for a rangeof window identifiers, supplying the minimum and maximum window identifiers,command event identifier, and member function.| </del><ins>+|*evt_command(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...vent], + EventType[''evt_command_left_click'', 1, + Wx::EVT_COMMAND_LEFT_CLICK, + Wx::Event], + EventType[''evt_command_left_dclick'', 1, + Wx::EVT_COMMAND_LEFT_DCLICK, + Wx::Event], + EventType[''evt_command_range'', 2, + Wx::EVT_NULL, + Wx::Event], + EventType[''evt_command_right_click'', 1, + Wx::EVT_COMMAND_RIGHT_CLICK, + Wx::Event], + EventType[''evt_command_set_focus'', 1, + Wx::EVT_COMMAND_...