logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxDisplayChangedEvent - Functions for wxDisplayChangedEvent class

Data Types

wxDisplayChangedEvent() = wx:wx_object()

       wxDisplayChanged() =
           #wxDisplayChanged{type =
                                 wxDisplayChangedEvent:wxDisplayChangedEventType()}

       wxDisplayChangedEventType() = display_changed

wxWidgets team.                                     wx 2.1.1                         wxDisplayChangedEvent(3erl)

Description

       A display changed event is sent to top-level windows when the display resolution has changed.

       This event is currently emitted under Windows only.

       Only for:wxmsw

       See: wxDisplay

       This class is derived (and can use functions) from: wxEvent

       wxWidgets docs: wxDisplayChangedEvent

Events

       Use wxEvtHandler:connect/3 with wxDisplayChangedEventType to subscribe to events of this type.

Name

       wxDisplayChangedEvent - Functions for wxDisplayChangedEvent class

See Also