Displaying 1 result from an estimated 1 matches for "id_photo".
Did you mean:
id_gphoto2
2007 Dec 19
1
Menu Bar KeyBoard Shortcuts.
...th DialogBlocks on Windows.
My first example had the menu being called from the Frame because I couldn''t figure out
how to call the menu from my XRC. Shortcuts worked nicely.
Example 1:
menu.append(Wx::ID_EXIT, "E&xit\tAlt-X", "Quit this 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...