]> 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 f571fe084edf377de5056b88c869942b1a4d5a85..f09ee3bc04adf91d2334e6c799669dce5e43eeb2 100644 (file)
@@ -92,6 +92,9 @@ public:
 
     // implementation only
     wxList& GetMenus() { return m_menus; }
+    
+    void SetInvokingWindow( wxWindow *win );
+    void UnsetInvokingWindow( wxWindow *win );
 
     GtkAccelGroup   *m_accel;
     GtkItemFactory  *m_factory;