query_child_packing


Description:

public void query_child_packing (Widget child, out bool expand, out bool fill, out uint padding, out PackType pack_type)

Obtains information about how child is packed into this.

Parameters:

this

a Box

child

the Widget 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

pack_type

pointer to return location for pack-type child property