GdkMonitor objects represent the individual outputs that are associated with a #GdkDisplay. GdkDisplay has APIs to enumerate monitors with gdk.display.Display.getNMonitors and gdk.display.Display.getMonitor, and to find particular monitors with gdk.display.Display.getPrimaryMonitor or gdk.display.Display.getMonitorAtWindow.
GdkMonitor was introduced in GTK+ 3.22 and supersedes earlier APIs in GdkScreen to obtain monitor-related information.
GdkMonitor objects represent the individual outputs that are associated with a #GdkDisplay. GdkDisplay has APIs to enumerate monitors with gdk.display.Display.getNMonitors and gdk.display.Display.getMonitor, and to find particular monitors with gdk.display.Display.getPrimaryMonitor or gdk.display.Display.getMonitorAtWindow.
GdkMonitor was introduced in GTK+ 3.22 and supersedes earlier APIs in GdkScreen to obtain monitor-related information.