Re: WXGlade: Adding a Menu
Dietmar Schwertberger <[email protected]> Sun, 27 Dec 2020 20:02:52 +0100
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
Hi! In the menu editor there are buttons with labels '<' and '>'. Alternatively you can use Alt plus left or right arrow. These buttons will outdent or indent an item. An indented item will be a child of the previous. So, typically the flow would be: - open the menu editor; there is a default item labeled 'item' - change the label to something meaningful, e.g. "File" - press Add (Alt+A) to add an item - press '>' (Alt+Right) to indent it - edit label and event handler - press Add (Alt+A) to add another item At this point the new item will be at the same level as the previous one, i.e. a menu item in the "File" menu. To start a new toplevel menu, outdent it and then add and indent the required items to it. Well, the better place to ask would have been the wxGlade mailing list. (The mailing list is also linked from the help menu.) Regards, Dietmar -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/5d499b7a-a972-5b77-8d58-05aa50e53453%40schwertberger.de.