Box.queryChildPacking

void queryChildPacking(gtk.widget.Widget child, out bool expand, out bool fill, out uint padding, out gtk.types.PackType packType)

Obtains information about how child is packed into box.

Parameters

childthe #GtkWidget of the child to query
expandpointer to return location for expand child property
fillpointer to return location for fill child property
paddingpointer to return location for padding child property
packTypepointer to return location for pack-type child property