no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-02-18 23:35:39 +00:00
parent 3dbeaa523d
commit 0fe536e3f6
3 changed files with 82 additions and 47 deletions

View File

@@ -165,7 +165,8 @@ public:
#endif // wxUSE_ACCEL
// get the menu handle
WXHMENU GetHMenu() const { return m_hMenu; }
WXHMENU GetHMenu() const { return m_hMenu; }
unsigned long GetMenubarId() const { return m_ulMenubarId; }
// if the menubar is modified, the display is not updated automatically,
// call this function to update it (m_menuBarFrame should be !NULL)
@@ -183,8 +184,9 @@ protected:
wxArrayString m_titles;
wxFrame *m_menuBarFrame;
WXHMENU m_hMenu;
wxFrame* m_menuBarFrame;
WXHMENU m_hMenu;
unsigned long m_ulMenubarId;
#if wxUSE_ACCEL
// the accelerator table for all accelerators in all our menus