From d0bc88b82aedf59f721872894d719103abd4ab5c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 15 Mar 2006 23:27:11 +0000 Subject: [PATCH] Added some overview text git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/CheckListCtrlMixin.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. """ -- 2.50.0