wxCheckListBox fixes: crash/memory leak when items are dynamically
inserted/deleted corrected and docs updated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
wx.gid
|
||||
wx.hlp
|
||||
WX.GID
|
||||
WX.HLP
|
||||
wx.ref
|
||||
wx.cnt
|
||||
wx.rtf
|
||||
wx.con
|
||||
Wx.rtf
|
||||
Wx.con
|
||||
minimald.hpj
|
||||
minimald.ref
|
||||
minimald.con
|
||||
minimald.hlp
|
||||
minimald.gid
|
||||
MINIMALD.HLP
|
||||
minimald.GID
|
||||
minimald.cnt
|
||||
minimald.rtf
|
||||
minimald.rtf
|
||||
|
@@ -25,7 +25,11 @@ See \helpref{wxListBox}{wxlistbox}.
|
||||
|
||||
\wxheading{Event handling}
|
||||
|
||||
See \helpref{wxListBox}{wxlistbox}.
|
||||
\twocolwidtha{7cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\twocolitem{{\bf EVT\_CHECKLISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_CHECKLISTBOX\_TOGGLE event,
|
||||
when an item in the check list box is checked or unchecked.}
|
||||
\end{twocollist}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
|
Reference in New Issue
Block a user