Package wx :: Class ColourDialog
[frames | no frames]

Type ColourDialog

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
        TopLevelWindow --+    
                         |    
                    Dialog --+
                             |
                            ColourDialog


This class represents the colour chooser dialog.
Method Summary
ColourDialog __init__(self, parent, data)
Constructor.
  __repr__(self)
ColourData GetColourData(self)
Returns a reference to the wx.ColourData used by the dialog.

Instance Method Details

__init__(self, parent, data=None)
(Constructor)

Constructor. Pass a parent window, and optionally a wx.ColourData, which will be copied to the colour dialog's internal ColourData instance.
Parameters:
parent
           (type=Window)
data
           (type=ColourData)
Returns:
ColourDialog
Overrides:
wx.Dialog.__init__

GetColourData(self)

Returns a reference to the wx.ColourData used by the dialog.
Returns:
ColourData

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:42 2005 http://epydoc.sf.net