]> git.saurik.com Git - wxWidgets.git/commitdiff
document GetStrings() (patch 1552225)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Sep 2006 21:30:32 +0000 (21:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Sep 2006 21:30:32 +0000 (21:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/ctrlsub.tex

index d6f9040e6ed71ac0f265bbbceedc1cd1952240f0..93b1b101f0c6bcf1c7aed0cdd5d078cf6420087e 100644 (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.
 
 
+\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}
 
 \constfunc{wxString}{GetStringSelection}{\void}