Fx for sending event from wxCheckListBox::Check().

Backported from head.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-04-06 14:20:49 +00:00
parent 9856829d76
commit bc9406afe6
3 changed files with 23 additions and 5 deletions

View File

@@ -89,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}