Dialog.setFollowsContentSize
void setFollowsContentSize(bool followsContentSize)Sets whether to size content of self automatically.
If set to TRUE, always use the content's natural size instead of propertyDialog:content-width and propertyDialog:content-height. If the content resizes, the dialog will immediately resize as well.
See also: [gtk.window.Window.resizable]
Parameters
followsContentSize | whether to size content automatically |