]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Explicit casting/instantiation to resolve ambiguous overload.
[wxWidgets.git] / include / wx / gtk / menu.h
index 1e1d52349af08cae5f11cf515d425b1c8e5df6a0..f09ee3bc04adf91d2334e6c799669dce5e43eeb2 100644 (file)
@@ -92,11 +92,12 @@ public:
 
     // implementation only
     wxList& GetMenus() { return m_menus; }
+    
+    void SetInvokingWindow( wxWindow *win );
+    void UnsetInvokingWindow( wxWindow *win );
 
     GtkAccelGroup   *m_accel;
     GtkItemFactory  *m_factory;
-    
-private:
     wxList           m_menus;
     GtkWidget       *m_menubar;
 };