]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/colourselect.py
Added the wx.lib.buttonpanel module, which is a tweaked version of
[wxWidgets.git] / wxPython / wx / lib / colourselect.py
index 20fb0d0e351a0f10299b9148ff4bc1f581949033..1183fc4222a66bad5e838b288f46d2870ad8b3e6 100644 (file)
 # o Updated for 2.5 compatability.
 #
 
+"""
+Provides a `ColourSelect` button that, when clicked, will display a
+colour selection dialog.  The selected colour is displayed on the
+button itself.
+"""
+
 #----------------------------------------------------------------------------
 
 import  wx