don't send CHECKLISTBOX_TOGGLE event when Check() is called (closes bug 651140)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,6 +23,7 @@ wxMSW:
|
||||
|
||||
- wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
|
||||
- support for accelerator keys in the owner drawn menus (Derry Bryson)
|
||||
- wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
|
||||
|
||||
All:
|
||||
|
||||
|
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user