gtk_box_query_child_packing ( box child expand fill padding pack_type -- )


Vocabulary
gtk3.ffi

Inputs
boxan object
childan object
expandan object
fillan object
paddingan object
pack_typean object


Outputs
None

Definition


LIBRARY: gtk3 FUNCTION: void gtk_box_query_child_packing
( GtkBox* box, GtkWidget* child, gboolean* expand, gboolean*
fill, guint* padding, GtkPackType* pack_type )