phoenix_title 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 Events Emitted by this Class

Handlers bound for the following event types will receive a wx.DisplayChangedEvent parameter.

  • EVT_DISPLAY_CHANGED: Process a wxEVT_DISPLAY_CHANGED event.

MSW port.

Availability

Only available for MSW.

See also

wx.Display


class_hierarchy Class Hierarchy

Inheritance diagram for class DisplayChangedEvent:

method_summary Methods Summary

__init__


api 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