public weak GLib.List<Gtk.Widget> children;
public bool get_homogeneous ();
public int get_spacing ();
- public void pack_end (Gtk.Widget child, bool expand, bool fill, uint padding);
- public void pack_start (Gtk.Widget child, bool expand, bool fill, uint padding);
+ public void pack_end (Gtk.Widget child, bool expand = true, bool fill = true, uint padding = 0);
+ public void pack_start (Gtk.Widget child, bool expand = true, bool fill = true, uint padding = 0);
public void query_child_packing (Gtk.Widget child, out bool expand, out bool fill, out uint padding, out Gtk.PackType pack_type);
public void reorder_child (Gtk.Widget child, int position);
public void set_child_packing (Gtk.Widget child, bool expand, bool fill, uint padding, Gtk.PackType pack_type);
GtkBindingSet.widget_path_pspecs hidden="1"
GtkBorder is_value_type="1"
GtkBox.children type_arguments="Widget"
+gtk_box_pack_start.expand default_value="true"
+gtk_box_pack_start.fill default_value="true"
+gtk_box_pack_start.padding default_value="0"
+gtk_box_pack_end.expand default_value="true"
+gtk_box_pack_end.fill default_value="true"
+gtk_box_pack_end.padding default_value="0"
gtk_box_query_child_packing.expand is_out="1"
gtk_box_query_child_packing.fill is_out="1"
gtk_box_query_child_packing.padding is_out="1"