Box.queryChildPacking

Obtains information about how child is packed into box.

class Box
void
queryChildPacking
(,
out bool expand
,
out bool fill
,
out uint padding
,)

Parameters

child Widget

the gtk.Widget of the child to query

expand bool

pointer to return location for expand child property

fill bool

pointer to return location for fill child property

padding uint

pointer to return location for padding child property

packType GtkPackType

pointer to return location for pack-type child property