Class

GdkX11X11Monitor

Description

final class GdkX11.X11Monitor : Gdk.Monitor
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this GdkX11Monitor ancestor_0 GdkMonitor ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Functions

gdk_x11_monitor_get_output
No description available.

Instance methods

Methods inherited from GdkMonitor (11)
gdk_monitor_get_display

Gets the display that this monitor belongs to.

gdk_monitor_get_geometry

Retrieves the size and position of an individual monitor within the display coordinate space. The returned geometry is in ”application pixels”, not in ”device pixels” (see gdk_monitor_get_scale_factor()).

gdk_monitor_get_height_mm

Gets the height in millimeters of the monitor.

gdk_monitor_get_manufacturer

Gets the name or PNP ID of the monitor’s manufacturer, if available.

gdk_monitor_get_model

Gets the a string identifying the monitor model, if available.

gdk_monitor_get_refresh_rate

Gets the refresh rate of the monitor, if available.

gdk_monitor_get_scale_factor

Gets the internal scale factor that maps from monitor coordinates to the actual device pixels. On traditional systems this is 1, but on very high density outputs this can be a higher value (often 2).

gdk_monitor_get_subpixel_layout

Gets information about the layout of red, green and blue primaries for each pixel in this monitor, if available.

gdk_monitor_get_width_mm

Gets the width in millimeters of the monitor.

gdk_monitor_get_workarea

Retrieves the size and position of the “work area” on a monitor within the display coordinate space. The returned geometry is in ”application pixels”, not in ”device pixels” (see gdk_monitor_get_scale_factor()).

gdk_monitor_is_primary

Gets whether this monitor should be considered primary (see gdk_display_get_primary_monitor()).

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from GdkMonitor (10)
Gdk.Monitor:display
No description available.
Gdk.Monitor:geometry
No description available.
Gdk.Monitor:height-mm
No description available.
Gdk.Monitor:manufacturer
No description available.
Gdk.Monitor:model
No description available.
Gdk.Monitor:refresh-rate
No description available.
Gdk.Monitor:scale-factor
No description available.
Gdk.Monitor:subpixel-layout
No description available.
Gdk.Monitor:width-mm
No description available.
Gdk.Monitor:workarea
No description available.

Signals

Signals inherited from GdkMonitor (1)
GdkMonitor::invalidate
No description available.
Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GdkX11X11MonitorClass {
  /* no available fields */
}

No description available.