Method
GtkBoxquery_child_packing
Declaration [src]
void
gtk_box_query_child_packing (
GtkBox* box,
GtkWidget* child,
gboolean* expand,
gboolean* fill,
guint* padding,
GtkPackType* pack_type
)
Parameters
child |
GtkWidget |
The |
|
The data is owned by the caller of the function. | |
expand |
gboolean* |
Pointer to return location for expand child property. |
|
The argument will be set by the function. | |
fill |
gboolean* |
Pointer to return location for fill child property. |
|
The argument will be set by the function. | |
padding |
guint* |
Pointer to return location for padding child property. |
|
The argument will be set by the function. | |
pack_type |
GtkPackType |
Pointer to return location for pack-type child property. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |