Implement wxGauge
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,12 +56,12 @@ protected:
|
||||
// ------------------------------------------------------------------------
|
||||
public:
|
||||
// Pure Virtuals
|
||||
virtual int GetValue() const { return 0; }
|
||||
virtual void SetValue(int value) { }
|
||||
virtual int GetValue() const;
|
||||
virtual void SetValue(int value);
|
||||
|
||||
// retrieve/change the range
|
||||
virtual void SetRange(int maxValue) { }
|
||||
int GetRange(void) const { return 0; }
|
||||
virtual void SetRange(int maxValue);
|
||||
int GetRange(void) const;
|
||||
};
|
||||
|
||||
#endif // __WX_COCOA_GAUGE_H__
|
||||
|
Reference in New Issue
Block a user