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

Type SysColourChangedEvent

object --+        
         |        
    Object --+    
             |    
         Event --+
                 |
                SysColourChangedEvent


This class is used for EVT_SYS_COLOUR_CHANGED, which are generated when the user changes the colour settings using the control panel. This is only applicable under Windows.

The default event handler for this event propagates the event to child windows, since Windows only sends the events to top-level windows. If intercepting this event for a top-level window, remember to call Skip so the the base class handler will still be executed, or to pass the event on to the window's children explicitly.


Method Summary
SysColourChangedEvent __init__(self)
Constructor
  __repr__(self)

Method Details

__init__(self)
(Constructor)

Constructor

Returns:
SysColourChangedEvent
Overrides:
wx.Event.__init__

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:49 2006 http://epydoc.sf.net