Since wxGTK's wxGauge doesn't derive from wxGaugeBase it needs to have

an IsVertical method added too


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2003-09-24 20:08:25 +00:00
parent 9d41f689dc
commit e04fe03d0f
2 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,8 @@ public:
int GetRange() const;
int GetValue() const;
bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
// implementation
// -------------

View File

@ -75,6 +75,8 @@ public:
int GetRange() const;
int GetValue() const;
bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
// implementation
// -------------