Added SetSelection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1134,7 +1134,9 @@ public:
|
|||||||
int GetValue();
|
int GetValue();
|
||||||
void SetRange(int min, int max);
|
void SetRange(int min, int max);
|
||||||
void SetValue(int value);
|
void SetValue(int value);
|
||||||
|
#ifndef __WXGTK__
|
||||||
|
void SetSelection(long from, long to);
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user