Monitor
GdkMonitor
objects represent the individual outputs that are associated with a GdkDisplay
.
GdkDisplay
keeps a GListModel
to enumerate and monitor monitors with method@Gdk.Display.get_monitors. You can use method@Gdk.Display.get_monitor_at_surface to find a particular monitor.
Skipped during bindings generation
method
geometry
: Property has no getter nor settermethod
valid
: Property has no getter nor setter
Constructors
Properties
Link copied to clipboard
A short description of the monitor, meant for display to the user.
Link copied to clipboard
Link copied to clipboard
The manufacturer name.
Link copied to clipboard
The refresh rate, in milli-Hertz.
Link copied to clipboard
The scale factor.
Link copied to clipboard
The subpixel layout.
Functions
Link copied to clipboard
fun connectInvalidate(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the output represented by @monitor gets disconnected.
Link copied to clipboard
Retrieves the size and position of the monitor within the display coordinate space.