]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
made wxListbook events more consistent with wxNotebook ones (patch 1001271)
[wxWidgets.git] / include / wx / gtk / gauge.h
index 5ca47abcf643511403dfdb8e688878edcf52670f..e00e65d934a7c605f57b6bd3cf3de584390bf44e 100644 (file)
@@ -77,11 +77,12 @@ public:
 
     bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
     
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // -------------
 
-    void ApplyWidgetStyle();
-
     // the max and current gauge values
     int m_rangeMax,
         m_gaugePos;
@@ -100,6 +101,8 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
+    virtual wxVisualAttributes GetDefaultAttributes() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };