public Gdk.FrameClock frame_clock { get; construct; }
public int height { get; }
public bool mapped { get; }
+ public int scale_factor { get; }
public int width { get; }
public signal void enter_monitor (Gdk.Monitor monitor);
public signal bool event (Gdk.Event event);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 2.9)]
public delegate string ScaleFormatValueFunc (Gtk.Scale scale, double value);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 2.9)]
- public delegate bool ShortcutFunc (Gtk.Widget widget, GLib.Variant args);
+ public delegate bool ShortcutFunc (Gtk.Widget widget, GLib.Variant? args);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 1.9)]
public delegate bool TextCharPredicate (unichar ch);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 1.9)]