Move wxPyTreeCtrl declaration to header file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1134,6 +1134,8 @@ public:
|
||||
int GetValue();
|
||||
void SetRange(int min, int max);
|
||||
void SetValue(int value);
|
||||
%name(SetValueString) void SetValue(const wxString& text);
|
||||
|
||||
#ifdef __WXGTK__
|
||||
%addmethods {
|
||||
void SetSelection(long from, long to) {
|
||||
|
Reference in New Issue
Block a user