]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK has SetSelection now
authorRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 21:09:45 +0000 (21:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 21:09:45 +0000 (21:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_spin.i

index 0045d2733d37ec75f497b6c87e6d4995c3687ad4..36a921eb3d7ad93d284f5d621484316ebf62588d 100644 (file)
@@ -109,14 +109,7 @@ public:
     virtual void SetRange( int minVal, int maxVal );
     virtual int GetMin() const;
     virtual int GetMax() const;
-#ifdef __WXGTK__
-    %extend {
-        void SetSelection(long from, long to) {
-        }
-    }
-#else
     void SetSelection(long from, long to);
-#endif
 };