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:
Robin Dunn
2004-01-15 17:43:36 +00:00
parent 16b129adb2
commit 76fa8a9b10
5 changed files with 96 additions and 63 deletions

View File

@@ -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) {