[Boa Constr] Building menu bar
Status: Beta
Brought to you by:
riaan
From: Sasa Z. <sa...@sp...> - 2001-05-25 10:20:34
|
Hi, Let's add one wxMenu to a wxFrame... let's set the title to "File" and add two menu items "Open" and "Exit" Let's now add a wxMenuBar, edit its Menus collection and add the "File" wxMenu to the menu bar. When I start the application menu looks like: File File ---- Open Exit instead of: File Open Exit This also happens with the example from Boa tutorial. -- Sasa |