search for: evt_tool_rclicked_range

Displaying 2 results from an estimated 2 matches for "evt_tool_rclicked_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.
...of identifiers. Pass the ids of the tools.| </ins><span class="cx"> |*evt_tool_rclicked(id)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|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)&nbsp;{&nbsp;&#124;&nbsp;event&nbsp;&#124;&nbsp;...&nbsp;}*|Process a EVT_COMMAND_TOOL_RCLICKED eventf...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...], + EventType[''evt_tool_range'', 2, + Wx::EVT_COMMAND_TOOL_CLICKED, + Wx::CommandEvent], + EventType[''evt_tool_rclicked'', 1, + Wx::EVT_COMMAND_TOOL_RCLICKED, + Wx::CommandEvent], + EventType[''evt_tool_rclicked_range'', 2, + Wx::EVT_COMMAND_TOOL_RCLICKED, + Wx::CommandEvent], + EventType[''evt_tree_begin_drag'', 1, + Wx::EVT_COMMAND_TREE_BEGIN_DRAG, + Wx::TreeEvent], + EventType[''evt_tree_begin_label_edit'', 1,...