]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
MVC works now.
[wxWidgets.git] / include / wx / gtk / gauge.h
index 6b967c3bc8f844a46fd765e025e5546b9897b268..e5150fb70a5b7a05f8d2e6e8bb6d1947b5bb965b 100644 (file)
@@ -74,6 +74,8 @@ public:
     
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    virtual wxVisualAttributes GetDefaultAttributes() const;
     
     // implementation
     // -------------
@@ -91,8 +93,6 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
-    virtual wxVisualAttributes GetDefaultAttributes() const;
-
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };