Displaying 1 result from an estimated 1 matches for "evt_command_menu_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.
...t;/span><span class="cx"> |*evt_menu(id) { | event | ... }*|Process a EVT_COMMAND_MENU_SELECTED command,which is generated by a menu item.|
</span><del>-|*EVT_MENU_RANGE(id1, id2, func)*|Process a EVT_COMMAND_MENU_RANGE command,which is generated by a range of menu items.|
</del><ins>+|*evt_menu_range(id1, id2) { | event | ... }*|Process a EVT_COMMAND_MENU_RANGE command,which is generated by a range of menu items.|
</ins><...