]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
blind fix for compilation error in EVT macros
[wxWidgets.git] / include / wx / gtk / gauge.h
index ced1476387a70e877163e236a5268eb97d82bf8a..5652b6b5cbc0c31798aac0e982ab2ae694d76c13 100644 (file)
@@ -77,6 +77,9 @@ public:
 
     bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
     
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // -------------
 
@@ -98,6 +101,10 @@ protected:
     // set the gauge value to the value of m_gaugePos
     void DoSetGauge();
 
+    virtual wxSize DoGetBestSize() const;
+
+    virtual wxVisualAttributes GetDefaultAttributes() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };