Type QueryNewPaletteEvent
object
--+
|
Object
--+
|
Event
--+
|
QueryNewPaletteEvent
An EVT_QUERY_NEW_PALETE event indicates the window is getting keyboard
focus and should re-do its palette.
This event is implemented under Windows only.
Method Summary |
QueryNewPaletteEvent |
__init__ (self,
winid)
Constructor. |
bool |
GetPaletteRealized(self)
|
|
SetPaletteRealized (self,
realized)
App should set this if it changes the palette. |
__init__(self,
winid=0)
(Constructor)
Constructor.
-
- Parameters:
winid
(type=int)
- Returns:
-
QueryNewPaletteEvent
- Overrides:
wx.Event.__init__
|
SetPaletteRealized(self,
realized)
App should set this if it changes the palette.
-
- Parameters:
realized
(type=bool)
|
thisown
The membership flag
-
|