]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menuitem.h
moved wxID_SEPARATOR from menuitem.h to defs.h
[wxWidgets.git] / include / wx / motif / menuitem.h
index 75649d9f30bf9ef7faaff49f3e9d15ed374b6526..4822d8013c36d1fc1afd63cd8014ed1aa3d7772c 100644 (file)
     #pragma interface "menuitem.h"
 #endif
 
+class WXDLLEXPORT wxMenuBar;
+
 // ----------------------------------------------------------------------------
 // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxMenuItem: public wxMenuItemBase
+class wxMenuItem : public wxMenuItemBase
 {
 public:
     // ctor & dtor
@@ -34,6 +36,7 @@ public:
 
     // accessors (some more are inherited from wxOwnerDrawn or are below)
     virtual void SetText(const wxString& label);
+    virtual wxString GetLabel() const;
     virtual void Enable(bool enable = TRUE);
     virtual void Check(bool check = TRUE);