public bool use_symbolic { get; set construct; }
}
[CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_widget_get_type ()")]
- public class Widget : GLib.Object, Atk.Implementor, Gtk.Buildable {
+ public class Widget : GLib.InitiallyUnowned, Atk.Implementor, Gtk.Buildable {
[CCode (construct_function = "gtk_widget_new", has_new_function = false)]
public Widget (...);
public bool activate ();
}
[CCode (type_id = "gtk_widget_get_type ()")]
- public class Widget : GLib.Object {
+ public class Widget : GLib.InitiallyUnowned {
[CCode (construct_function = "gtk_widget_new", has_new_function = false)]
public Widget (...);
[NoWrapper, Version (deprecated = true), CCode (vfunc_name = "get_preferred_height_for_width")]