Displaying 2 results from an estimated 2 matches for "id_menubar".
2007 Jul 04
5
loading menu using XmlResource
...able to load menu bar and menu using the corresponding methods
XmlResource#load_menu_barXmlResource#load_menui get the error saying ''XML
resource ''Opzioni'' (class ''wxMenu'') not found!'' trying to load a menu and
''XML resource ''ID_MENUBAR'' (class ''wxMenuBar'') not found!'' trying to load a
menu bar.
Here is my xml:
<?xml version="1.0" encoding="UTF-8"?>
<resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">
<object class="...
2008 Aug 12
1
xrc panels using xrcise
..." subclass="notifier">
<style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxCLOSE_BOX|wxFULL_REPAINT_ON_RESIZE</style>
<size>300,400</size>
<title>wxnc</title>
<object class="wxMenuBar" name="ID_MENUBAR">
<object class="wxMenu">
<label>File</label>
<object class="wxMenuItem" name="ID_CONNETTI_MENU_ITEM">
<label>Connetti</label>
</object>...