X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/372bde9b72b67036482dcc170f6260846e7a3b64..e6477984b100047f1d4f4f6049d51d4829712fea:/wxPython/demo/ColourSelect.py?ds=sidebyside diff --git a/wxPython/demo/ColourSelect.py b/wxPython/demo/ColourSelect.py index 6f2a9e1465..8cd0750a4b 100644 --- a/wxPython/demo/ColourSelect.py +++ b/wxPython/demo/ColourSelect.py @@ -15,20 +15,7 @@ # - use sizers # - other minor "improvements" #---------------------------------------------------------------------------- -# 11/22/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for V2.5 -# -# 11/24/2003 - Jeff Grimmett (grimmtooth@softhome.net) # -# o Added Bind() handlers to what events can handle it. However, the -# colourselect library must be converted before its events can be -# bound using the Bind() method. -# -# 12/01/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o colourselect lib converted; demo converted to match. -# import wx import wx.lib.colourselect as csel