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;
virtual wxSize DoGetBestSize() const;
+ virtual wxVisualAttributes GetDefaultAttributes() const;
+
private:
DECLARE_DYNAMIC_CLASS(wxGauge)
};