Box.queryChildPacking

Obtains information about how child is packed into box.

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

Parameters

child Widget

the GtkWidget of the child to query

expand int

pointer to return location for "expand" child property. out

fill int

pointer to return location for "fill" child property. out

padding uint

pointer to return location for "padding" child property. out

packType GtkPackType

pointer to return location for "pack-type" child property. out

Meta