From e4e84ccdb69bff1b2580a6b685c7a51559388364 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 28 Feb 2005 18:41:36 +0000 Subject: [PATCH] GetSelection is available on wxGTK now too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_combobox.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index 67837b62a6..8ee9435d08 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -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)", -- 2.45.2