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
child | the #GtkWidget of the child to query |
expand | pointer to return location for expand child property |
fill | pointer to return location for fill child property |
padding | pointer to return location for padding child property |
packType | pointer to return location for pack-type child property |