int GetRange() const;
int GetValue() const;
+ bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
+
// implementation
// -------------
m_gaugePos;
// obsolete functions, don't use
-#ifdef WXWIN_COMPATIBILITY_2_2
- bool GetProgressBar() const { return TRUE; }
+#if WXWIN_COMPATIBILITY_2_2
+ bool GetProgressBar() const { return true; }
#endif // WXWIN_COMPATIBILITY_2_2
protected: