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

Type PaletteChangedEvent

object --+        
         |        
    Object --+    
             |    
         Event --+
                 |
                PaletteChangedEvent


An EVT_PALETTE_CHANGED event is sent when the system palette has changed, thereby giving each window a chance to redo their own to match.

This event is implemented under Windows only.


Method Summary
PaletteChangedEvent __init__(self, id)
An EVT_PALETTE_CHANGED event is sent when the system palette has changed, thereby giving each window a chance to redo their own to match.
  __repr__(self)
Window GetChangedWindow(self)
  SetChangedWindow(self, win)

Method Details

__init__(self, id=0)
(Constructor)

An EVT_PALETTE_CHANGED event is sent when the system palette has changed, thereby giving each window a chance to redo their own to match.

This event is implemented under Windows only.

Parameters:
id
           (type=int)

Returns:
PaletteChangedEvent
Overrides:
wx.Event.__init__

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