]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/checklst.tex
tried to make Close() docs more clear
[wxWidgets.git] / docs / latex / wx / checklst.tex
index 1094fdb4e3f24e8f281ad9cb019d54e91b13fb62..a66f7c944d3bbf0a25d295492ee8e9eb8b0625fd 100644 (file)
@@ -76,6 +76,9 @@ appropriately.}
 and {\tt choices} arguments are to a single argument, which is
 a list of strings.}
 
+\perlnote{In wxPerl there is just an array reference in place of {\tt n}
+and {\tt choices}.}
+
 \membersection{wxCheckListBox::\destruct{wxCheckListBox}}
 
 \func{void}{\destruct{wxCheckListBox}}{\void}
@@ -86,7 +89,8 @@ Destructor, destroying the list box.
 
 \func{void}{Check}{\param{int }{item}, \param{bool}{ check = TRUE}}
 
-Checks the given item.
+Checks the given item. Note that calling this method doesn't result in
+wxEVT\_COMMAND\_CHECKLISTBOX\_TOGGLE being emitted.
 
 \wxheading{Parameters}