GetSelection is available on wxGTK now too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 18:41:36 +00:00
parent 13112643aa
commit e4e84ccdb6

View 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)",