Weekly update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,6 +72,9 @@ public:
|
||||
virtual bool SetFont(const wxFont &rFont);
|
||||
virtual void SetFocus(void);
|
||||
inline virtual void SetValue(int nVal) { wxSpinButton::SetValue(nVal); }
|
||||
void SetSelection( long lFrom
|
||||
,long lTo
|
||||
);
|
||||
|
||||
virtual bool Show(bool bShow = TRUE);
|
||||
|
||||
|
Reference in New Issue
Block a user