ScrolledWindow.propagateNaturalWidth

bool propagateNaturalWidth() @property nothrow

Get propagateNaturalWidth property.

Returns

Whether the natural width of the child should be calculated and propagated

through the scrolled window’s requested natural width.

This is useful in cases where an attempt should be made to allocate exactly enough space for the natural size of the child.

void propagateNaturalWidth(bool propval) @property nothrow

Set propagateNaturalWidth property.

Parameters

propvalWhether the natural width of the child should be calculated and propagated through the scrolled window’s requested natural width. This is useful in cases where an attempt should be made to allocate exactly enough space for the natural size of the child.