]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibar.h
Get rid of wxAuiToolBar::m_style and just use base class m_windowStyle.
[wxWidgets.git] / include / wx / aui / auibar.h
index 9eb7fc6eae89a8321c59972e5ec2240fa3c9eb1c..66c0eb3c38f439e2dba05cfaa723327a57cbd4d0 100644 (file)
@@ -459,8 +459,7 @@ public:
                 const wxSize& size = wxDefaultSize,
                 long style = 0);
 
-    void SetWindowStyleFlag(long style);
-    long GetWindowStyleFlag() const;
+    virtual void SetWindowStyleFlag(long style);
 
     void SetArtProvider(wxAuiToolBarArt* art);
     wxAuiToolBarArt* GetArtProvider() const;
@@ -664,7 +663,6 @@ protected:
     bool m_dragging;
     bool m_gripperVisible;
     bool m_overflowVisible;
-    long m_style;
 
     bool RealizeHelper(wxClientDC& dc, bool horizontal);
     static bool IsPaneValid(long style, const wxAuiPaneInfo& pane);