document GetStrings() (patch 1552225)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-05 21:30:32 +00:00
parent 412a5c570d
commit 003fa4a7b8

View File

@@ -208,6 +208,13 @@ Returns the label of the item with the given index.
The label of the item or an empty string if the position was invalid. The label of the item or an empty string if the position was invalid.
\membersection{wxControlWithItems::GetStrings}\label{wxcontrolwithitemsgetstrings}
\constfunc{wxArrayString}{GetStrings}{\void}
Returns the array of the labels of all items in the control.
\membersection{wxControlWithItems::GetStringSelection}\label{wxcontrolwithitemsgetstringselection} \membersection{wxControlWithItems::GetStringSelection}\label{wxcontrolwithitemsgetstringselection}
\constfunc{wxString}{GetStringSelection}{\void} \constfunc{wxString}{GetStringSelection}{\void}