Dialog.followsContentSize

bool followsContentSize() @property

Get followsContentSize property.

Returns

Whether to size content automatically.

If set to TRUE, always use the content's natural size instead of property@Dialog:content-width and property@Dialog:content-height. If the content resizes, the dialog will immediately resize as well.

See also: [gtk.window.Window.resizable]

void followsContentSize(bool propval) @property

Set followsContentSize property.

Parameters

propvalWhether to size content automatically. If set to TRUE, always use the content's natural size instead of property@Dialog:content-width and property@Dialog:content-height. If the content resizes, the dialog will immediately resize as well. See also: [gtk.window.Window.resizable]