From: Vadim Zeitlin Date: Sun, 4 Mar 2007 21:11:13 +0000 (+0000) Subject: remove inexistent wxGetMultipleChoice() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d71789cc5b9787e39639a2ebe4700485572f3674 remove inexistent wxGetMultipleChoice() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index f4d92c2998..2a47fedae5 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -133,7 +133,6 @@ the corresponding topic. \helpref{wxGetMousePosition}{wxgetmouseposition}\\ \helpref{wxGetMouseState}{wxgetmousestate}\\ \helpref{wxGetMultipleChoices}{wxgetmultiplechoices}\\ -\helpref{wxGetMultipleChoice}{wxgetmultiplechoice}\\ \helpref{wxGetNumberFromUser}{wxgetnumberfromuser}\\ \helpref{wxGetOSDirectory}{wxgetosdirectory}\\ \helpref{wxGetOsDescription}{wxgetosdescription}\\ @@ -2188,33 +2187,6 @@ is centred; if false, the message is left-justified. -\membersection{::wxGetMultipleChoice}\label{wxgetmultiplechoice} - -\func{int}{wxGetMultipleChoice}{\param{const wxString\& }{message}, \param{const wxString\& }{caption}, \param{int}{ n}, \param{const wxString\& }{choices[]},\\ - \param{int }{nsel}, \param{int *}{selection}, - \param{wxWindow *}{parent = NULL}, \param{int}{ x = -1}, \param{int}{ y = -1},\\ - \param{bool}{ centre = true}, \param{int }{width=150}, \param{int }{height=200}} - -Pops up a dialog box containing a message, OK/Cancel buttons and a multiple-selection -listbox. The user may choose one or more item(s) and press OK or Cancel. - -The number of initially selected choices, and array of the selected indices, -are passed in; this array will contain the user selections on exit, with -the function returning the number of selections. {\it selection} must be -as big as the number of choices, in case all are selected. - -If Cancel is pressed, -1 is returned. - -{\it choices} is an array of {\it n} strings for the listbox. - -If {\it centre} is true, the message text (which may include new line characters) -is centred; if false, the message is left-justified. - -\wxheading{Include files} - - - - \membersection{::wxGetSingleChoice}\label{wxgetsinglechoice} \func{wxString}{wxGetSingleChoice}{\param{const wxString\& }{message},\\