]> git.saurik.com Git - wxWidgets.git/commitdiff
GetSelection is available on wxGTK now too.
authorRobin Dunn <robin@alldunn.com>
Mon, 28 Feb 2005 18:41:36 +0000 (18:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 28 Feb 2005 18:41:36 +0000 (18:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_combobox.i

index 67837b62a6853a706b9d193b0fd758dae1df0f7e..8ee9435d0879a428a01fbd3a843ad169a4b49b70 100644 (file)
@@ -157,7 +157,7 @@ combobox text field.", "");
         "Selects the text between the two positions in the combobox text field.", "",
         SetMark);    
 
-#ifdef __WXMSW__
+#ifndef __WXMAC__
     DocDeclAStrName(
         virtual void , GetSelection(long* OUTPUT, long* OUTPUT),
         "GetMark(self) -> (from, to)",