]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Add const to GetTargetSize()
[wxWidgets.git] / include / wx / gtk / menu.h
index c72c8ff60dcbe1258a5eb2581fbab4018f932576..8d5db66d12f913ca271214f5beb3aa89c72fd69b 100644 (file)
@@ -37,6 +37,11 @@ public:
     virtual void SetLabelTop( size_t pos, const wxString& label );
     virtual wxString GetLabelTop( size_t pos ) const;
 
+    void SetLayoutDirection(wxLayoutDirection dir);
+    wxLayoutDirection GetLayoutDirection() const;
+
+    void Attach(wxFrame *frame);
+
     // implementation only from now on
     void SetInvokingWindow( wxWindow *win );
     void UnsetInvokingWindow( wxWindow *win );
@@ -69,6 +74,11 @@ public:
 
     virtual ~wxMenu();
 
+    void Attach(wxMenuBarBase *menubar);
+    
+    void SetLayoutDirection(const wxLayoutDirection dir);
+    wxLayoutDirection GetLayoutDirection() const;
+
     // TODO: virtual void SetTitle(const wxString& title);
 
     // implementation