From: Robin Dunn Date: Wed, 15 Mar 2006 23:27:11 +0000 (+0000) Subject: Added some overview text X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d0bc88b82aedf59f721872894d719103abd4ab5c Added some overview text git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/CheckListCtrlMixin.py b/wxPython/demo/CheckListCtrlMixin.py index 6e7d27dcff..0742b146b1 100644 --- a/wxPython/demo/CheckListCtrlMixin.py +++ b/wxPython/demo/CheckListCtrlMixin.py @@ -79,7 +79,10 @@ def runTest(frame, nb, log): overview = """ -

Say something nice here

+

+ +CheckListCtrlMixin is a simple mixin class that can add a checkbox to +the first column of a wx.ListCtrl. """