wxDisplay

wxDisplay
Determines the sizes and locations of displays connected to the system.

Displays are zero based.

Functions/Procedures
Supertopics

wxDisplay

[func]
display_change_mode
( atom display, object params )

Category: wxDisplay

params should be a sequence of integers: {width, height, depth, refresh rate}


wxDisplay

[func]
display_get_client_area
( atom display )

Category: wxDisplay

The client area is the part of the display available for the normal (non full screen) windows, usually it is the same as GetGeometry but it could be less if there is a taskbar (or equivalent) on this display.

Returns the client area of the display: {x, y, width, height}


wxDisplay

[func]
display_get_count
( atom display )

Category: wxDisplay

Returns the number of available displays.


wxDisplay

[func]
display_get_current_mode
( atom display )

Category: wxDisplay

Returns a wxVideoMode sequence: {width, height, depth, refresh rate}


wxDisplay

[func]
display_get_from_point
( atom display, object params )

Category: wxDisplay

Returns the zero-based display number.


wxDisplay

[func]
display_get_from_window
( atom display, atom window )

Category: wxDisplay

Returns the zero-based display number.


wxDisplay

[func]
display_get_geometry
( atom display )

Category: wxDisplay

Returns the dimensions of the display.


wxDisplay

[func]
display_get_modes
( atom display )

Category: wxDisplay

Returns the available display modes.


wxDisplay

[func]
display_get_name
( atom display )

Category: wxDisplay

Returns the name of the display.

Note: not supported on all platforms.


wxDisplay

[func]
display_is_primary
( atom display )

Category: wxDisplay

Returns true if the primary display, which is always display 0.