Method
GtkBoxpack_start
Declaration [src]
void
gtk_box_pack_start (
GtkBox* box,
GtkWidget* child,
gboolean expand,
gboolean fill,
guint padding
)
Description [src]
Adds child
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
.
Parameters
child |
GtkWidget |
The |
|
The data is owned by the caller of the function. | |
expand |
gboolean |
|
|
fill |
gboolean |
|
|
padding |
guint |
Extra space in pixels to put between this child and its
neighbors, over and above the global amount specified by
|