]> 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 5ca47abcf643511403dfdb8e688878edcf52670f..5652b6b5cbc0c31798aac0e982ab2ae694d76c13 100644 (file)
@@ -77,6 +77,9 @@ public:
 
     bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
     
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // -------------
 
@@ -100,6 +103,8 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
+    virtual wxVisualAttributes GetDefaultAttributes() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };