Displaying 1 result from an estimated 1 matches for "id_menubar1".
Did you mean:
  id_menubar
  
2007 Dec 19
1
Menu Bar KeyBoard Shortcuts.
...is program")
tool.append(Wx::ID_PHOTO, "&MS Picture Manager\tAlt-B", "MS Picture Manager")
Now that I''ve figured this out, I lost the ability to have my Keyboard shortcuts as a parameter.
Example 2 :
  @menubar         = self.get_menu_bar.find_menu(''ID_MENUBAR1'') # This only accepts 1 argument
  @menu_quit       =  self.get_menu_bar.find_menu_item("File","Quit")  # This only accepts 2 arguments
or
 evt_menu(self.get_menu_bar.find_menu_item("Tools","MS Picture Manager")) do
   open_ex
 end
Is there a way...