wx.DisplayChangedEvent
A display changed event is sent to top-level windows when the display resolution has changed.
This event is currently emitted under Windows only.
^^
Events Emitted by this Class
Handlers bound for the following event types will receive a wx.DisplayChangedEvent parameter.
MSW port.
Availability
Only available for MSW.
Class Hierarchy
Inheritance diagram for class
DisplayChangedEvent:
Methods Summary
Class API
-
class
wx.
DisplayChangedEvent
(Event)
Possible constructors:
DisplayChangedEvent() -> None
A display changed event is sent to top-level windows when the display
resolution has changed.
Methods
-
__init__
(self)
- Return type:
None