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:
Vadim Zeitlin
1999-02-28 15:35:51 +00:00
parent 9018abe3ef
commit dd3c394ae4
6 changed files with 546 additions and 521 deletions

View File

@@ -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

View File

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