explicitly mention that IsChecked() can't be used with wxCheckListBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-10-17 18:30:58 +00:00
parent e256b53a3d
commit e00b31799c

View 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 just has become checked or unchecked (and thus only makes sense for checkable
menu items). menu items).
Notice that this method can \emph{not} be used with
\helpref{wxCheckListBox}{wxchecklistbox} currently.
\membersection{wxCommandEvent::IsSelection}\label{wxcommandeventisselection} \membersection{wxCommandEvent::IsSelection}\label{wxcommandeventisselection}
\func{bool}{IsSelection}{\void} \func{bool}{IsSelection}{\void}