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:
parent
9d41f689dc
commit
e04fe03d0f
@ -75,6 +75,8 @@ public:
|
||||
int GetRange() const;
|
||||
int GetValue() const;
|
||||
|
||||
bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
|
||||
|
||||
// implementation
|
||||
// -------------
|
||||
|
||||
|
@ -75,6 +75,8 @@ public:
|
||||
int GetRange() const;
|
||||
int GetValue() const;
|
||||
|
||||
bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
|
||||
|
||||
// implementation
|
||||
// -------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user