]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listbox.tex
define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard...
[wxWidgets.git] / docs / latex / wx / listbox.tex
index 05f5db1faf75bf0742ac7bc164b3ea137ba14fb3..62c7679cd22e3196be4b6f6156206180b47e0cc8 100644 (file)
@@ -182,6 +182,8 @@ selected items as a list.}
 
 \func{void}{InsertItems}{\param{int}{ nItems}, \param{const wxString}{ *items}, \param{int}{ pos}}
 
+\func{void}{InsertItems}{\param{const wxArrayString\&}{ nItems}, \param{int}{ pos}}
+
 Insert the given number of strings before the specified position.
 
 \wxheading{Parameters}
@@ -199,9 +201,9 @@ parameter for wxPython, which is a list of strings.}
 \perlnote{In wxPerl there is just an array reference in place of {\tt nItems}
 and {\tt items}.}
 
-\membersection{wxListBox::Selected}\label{wxlistboxselected}
+\membersection{wxListBox::IsSelected}\label{wxlistboxisselected}
 
-\constfunc{bool}{Selected}{\param{int}{ n}}
+\constfunc{bool}{IsSelected}{\param{int}{ n}}
 
 Determines whether an item is selected.