phoenix_title wx.PaletteChangedEvent


class_hierarchy Class Hierarchy

Inheritance diagram for class PaletteChangedEvent:

method_summary Methods Summary

__init__

GetChangedWindow

SetChangedWindow


property_summary Properties Summary

ChangedWindow

See GetChangedWindow and SetChangedWindow


api Class API

class wx.PaletteChangedEvent(Event)

Possible constructors:

PaletteChangedEvent(winid: int=0) -> None

Methods

__init__(self, winid: int=0)
Parameters:

winid (wx.WindowID) –

Return type:

None



GetChangedWindow(self)
Return type:

wx.Window



SetChangedWindow(self, win : Window)
Parameters:

win (wx.Window) –

Return type:

None


Properties

ChangedWindow

See GetChangedWindow and SetChangedWindow