added GetSelection for wxMSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -155,6 +155,15 @@ combobox text field.", "");
|
|||||||
"Selects the text between the two positions in the combobox text field.", "",
|
"Selects the text between the two positions in the combobox text field.", "",
|
||||||
SetMark);
|
SetMark);
|
||||||
|
|
||||||
|
#ifdef __WXMSW__
|
||||||
|
DocDeclAStrName(
|
||||||
|
virtual void , GetSelection(long* OUTPUT, long* OUTPUT),
|
||||||
|
"GetMark(self) -> (from, to)",
|
||||||
|
"Gets the positions of the begining and ending of the selection mark in
|
||||||
|
the combobox text field.", "",
|
||||||
|
GetMark);
|
||||||
|
#endif
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
bool , SetStringSelection(const wxString& string),
|
bool , SetStringSelection(const wxString& string),
|
||||||
"Select the item with the specifed string", "");
|
"Select the item with the specifed string", "");
|
||||||
|
Reference in New Issue
Block a user