Class: Wx::DisplayChangedEvent

Inherits:
Event show all
Defined in:
lib/wx/doc/gen/events.rb

Overview

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 using this class

The following event-handler methods redirect the events to member method or handler blocks for DisplayChangedEvent events. Event handler methods:

Availability: only available for the WXMSW port.

Category: Events

See Also:

  • Display

Instance Method Summary collapse

Methods inherited from Event

#clone, #get_event_category, #get_event_object, #get_event_type, #get_id, #get_skipped, #get_timestamp, #is_command_event, #resume_propagation, #set_event_object, #set_event_type, #set_id, #set_timestamp, #should_propagate, #skip, #stop_propagation

Methods inherited from Object

#clone, #dup, #is_same_as, #un_share

Constructor Details

#initializeWx::DisplayChangedEvent



2382
# File 'lib/wx/doc/gen/events.rb', line 2382

def initialize; end