Class
GdkX11X11Monitor
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()).
Properties
Properties inherited from GdkMonitor (10)
Gdk.Monitor:display
Gdk.Monitor:geometry
Gdk.Monitor:height-mm
Gdk.Monitor:manufacturer
Gdk.Monitor:model
Gdk.Monitor:refresh-rate
Gdk.Monitor:scale-factor
Gdk.Monitor:subpixel-layout
Gdk.Monitor:width-mm
Gdk.Monitor:workarea
Signals
Signals inherited from GdkMonitor (1)
GdkMonitor::invalidate
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.