Description Usage Arguments Details Author(s)
Adds widget to box, packed with reference to the start of box.
The child is packed after any other child packed with reference
to the start of box.
WARNING: gtk_box_pack_start_defaults has been deprecated since version 2.14 and should not be used in newly-written code. Use gtkBoxPackStart
1 | gtkBoxPackStartDefaults(object, widget)
|
|
a |
|
the |
Parameters for how to pack the child widget, "expand",
"fill" and "padding", are given their default
values, TRUE, TRUE, and 0, respectively.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.