Displaying 3 results from an estimated 3 matches for "evt_command_tool_rclicked".
2006 Oct 17
0
[678] trunk/wxruby2/doc/textile/commandevent.txtl: Fixed a few event macros that did not get fixed by the parser.
...p;#124; ... }*|Process a EVT_COMMAND_TOOL_CLICKED eventfor a range of identifiers. Pass the ids of the tools.|
</ins><span class="cx"> |*evt_tool_rclicked(id) { | event | ... }*|Process a EVT_COMMAND_TOOL_RCLICKED event.Pass the id of the tool.|
</span><del>-|*EVT_TOOL_RCLICKED_RANGE(id1, id2, func)*|Process a EVT_COMMAND_TOOL_RCLICKED eventfor a range of ids. Pass the ids of the tools.|
</del><ins>+|*evt_tool_rclicked_range(id1, id2) { | event&...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...IOBOX_SELECTED => Wx::CommandEvent,
- Wx::EVT_COMMAND_RADIOBUTTON_SELECTED => Wx::CommandEvent,
- Wx::EVT_COMMAND_SCROLLBAR_UPDATED => Wx::CommandEvent,
- Wx::EVT_COMMAND_VLBOX_SELECTED => Wx::CommandEvent,
- Wx::EVT_COMMAND_COMBOBOX_SELECTED => Wx::CommandEvent,
- Wx::EVT_COMMAND_TOOL_RCLICKED => Wx::CommandEvent,
- Wx::EVT_COMMAND_TOOL_ENTER => Wx::CommandEvent,
- Wx::EVT_COMMAND_SPINCTRL_UPDATED => Wx::CommandEvent,
- Wx::EVT_COMMAND_COMBOBOX_SELECTED => Wx::CommandEvent,
- Wx::EVT_COMMAND_TEXT_URL => Wx::TextUrlEvent,
- Wx::EVT_IDLE => Wx::IdleEvent,
-...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...IOBOX_SELECTED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_RADIOBUTTON_SELECTED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_SCROLLBAR_UPDATED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_VLBOX_SELECTED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_COMBOBOX_SELECTED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_TOOL_RCLICKED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_TOOL_ENTER => Wx::CommandEvent,
+ Wx::EVT_COMMAND_SPINCTRL_UPDATED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_COMBOBOX_SELECTED => Wx::CommandEvent,
+ Wx::EVT_COMMAND_TEXT_URL => Wx::TextUrlEvent,
+ Wx::EVT_IDLE => Wx::IdleEvent,
+...