public int16 right;
public int16 top;
public int16 bottom;
- [CCode (has_construct_function = false, type = "GtkBorder*")]
- [Version (since = "2.14")]
- public Border ();
public Gtk.Border? copy ();
public void free ();
}
public struct Requisition {
public int width;
public int height;
- [CCode (has_construct_function = false, type = "GtkRequisition*")]
- [Version (since = "3.0")]
- public Requisition ();
public Gtk.Requisition? copy ();
public void free ();
}
public weak string target;
public uint flags;
public uint info;
- [CCode (has_construct_function = false, type = "GtkTargetEntry*")]
- public TargetEntry (string target, uint flags, uint info);
public Gtk.TargetEntry? copy ();
public void free ();
}
public int16 right;
public int16 top;
public int16 bottom;
- [CCode (has_construct_function = false, type = "GtkBorder*")]
- public Border ();
public Gtk.Border? copy ();
public void free ();
}
public struct Requisition {
public int width;
public int height;
- [CCode (has_construct_function = false, type = "GtkRequisition*")]
- public Requisition ();
public Gtk.Requisition? copy ();
public void free ();
}
TextIter struct
TreeIter struct
+// Hide dedicated constructors of former compact classes
+Border
+ .new skip
+Requisition
+ .new skip
+TargetEntry
+ .new skip
+
// Bug #636812: no support for annotating the type of a closure
AccelGroup
.connect*.closure type="owned Gtk.AccelGroupActivate"
TextIter struct
TreeIter struct
+// Hide dedicated constructors of former compact classes
+Border
+ .new skip
+Requisition
+ .new skip
+
// Bug #636812: no support for annotating the type of a closure
AccelGroup
.connect*.closure type="owned Gtk.AccelGroupActivate"