]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
wxScrolledWindow inherits from wxPanel to
[wxWidgets.git] / include / wx / gtk / menu.h
index e747a14d874f611e6ad3cd45de0b33f06cffbf5f..f571fe084edf377de5056b88c869942b1a4d5a85 100644 (file)
@@ -68,8 +68,9 @@ public:
     void Enable( int id, bool enable );
     bool IsEnabled( int id ) const;
 
-    wxString GetLabel( int id ) const;
     void SetLabel( int id, const wxString &label );
+    wxString GetLabel( int id ) const;
+    wxString GetLabel() const                { return wxWindow::GetLabel(); }
 
     void EnableTop( int pos, bool flag );
     void SetLabelTop( int pos, const wxString& label );
@@ -94,8 +95,6 @@ public:
 
     GtkAccelGroup   *m_accel;
     GtkItemFactory  *m_factory;
-    
-private:
     wxList           m_menus;
     GtkWidget       *m_menubar;
 };