]> git.saurik.com Git - wxWidgets.git/commitdiff
explicitly mention that IsChecked() can't be used with wxCheckListBox
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Oct 2007 18:30:58 +0000 (18:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Oct 2007 18:30:58 +0000 (18:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdevent.tex

index 5983803d53697ae1bb3fbece3fba8c26b36ad7fa..140adfc55acbbecff67b02ee54ab00a2ebf4166d 100644 (file)
@@ -162,6 +162,10 @@ deselection one. For the menu events, this method indicates if the menu item
 just has become checked or unchecked (and thus only makes sense for checkable
 menu items).
 
+Notice that this method can \emph{not} be used with 
+\helpref{wxCheckListBox}{wxchecklistbox} currently.
+
+
 \membersection{wxCommandEvent::IsSelection}\label{wxcommandeventisselection}
 
 \func{bool}{IsSelection}{\void}