]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
Removed 16-bit conditional compilation
[wxWidgets.git] / include / wx / gtk1 / frame.h
index 0a14bb20c3019aa4c66d5fce1981c0faac22a36c..d4ec4bc940dafa4260ee4f773ed266ef38c35ef0 100644 (file)
@@ -84,6 +84,7 @@ public:
     virtual void OnInternalIdle();
 
     bool          m_menuBarDetached;
+    int           m_menuBarHeight;
     bool          m_toolBarDetached;
 
 protected:
@@ -95,8 +96,14 @@ protected:
     virtual void DoGetClientSize( int *width, int *height ) const;
 
 #if wxUSE_MENUS_NATIVE
+
     virtual void DetachMenuBar();
     virtual void AttachMenuBar(wxMenuBar *menubar);
+
+public:
+    // Menu size is dynamic now, call this whenever it might change.
+    void UpdateMenuBarSize();
+
 #endif // wxUSE_MENUS_NATIVE
 
     DECLARE_DYNAMIC_CLASS(wxFrame)