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
-
Type:
GtkWidget
The
GtkWidget
of the child to query.The data is owned by the caller of the method. expand
-
Type:
gboolean*
Pointer to return location for expand child property.
The argument will be set by the function. fill
-
Type:
gboolean*
Pointer to return location for fill child property.
The argument will be set by the function. padding
-
Type:
guint*
Pointer to return location for padding child property.
The argument will be set by the function. pack_type
-
Type:
GtkPackType
Pointer to return location for pack-type child property.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.