phoenix_title wx.QueryNewPaletteEvent¶


class_hierarchy Class Hierarchy¶

Inheritance diagram for class QueryNewPaletteEvent:

method_summary Methods Summary¶

__init__

GetPaletteRealized

SetPaletteRealized


property_summary Properties Summary¶

PaletteRealized

See GetPaletteRealized and SetPaletteRealized


api Class API¶

class wx.QueryNewPaletteEvent(Event)¶

Possible constructors:

QueryNewPaletteEvent(winid=0) -> None

Methods¶

__init__(self, winid=0)¶
Parameters:

winid (wx.WindowID)

Return type:

None



GetPaletteRealized(self)¶
Return type:

bool



SetPaletteRealized(self, realized)¶
Parameters:

realized (bool)

Return type:

None


Properties¶

PaletteRealized¶

See GetPaletteRealized and SetPaletteRealized