If set to TRUE, always use the content's natural size instead of adw.dialog.Dialog.contentWidth and adw.dialog.Dialog.contentHeight. If the content resizes, the dialog will immediately resize as well.
See also: gtk.window.Window.resizable
bool followsContentSize() @propertyGet followsContentSize property.
If set to TRUE, always use the content's natural size instead of adw.dialog.Dialog.contentWidth and adw.dialog.Dialog.contentHeight. If the content resizes, the dialog will immediately resize as well.
See also: gtk.window.Window.resizable
void followsContentSize(bool propval) @propertySet followsContentSize property.
propval | Whether to size content automatically. If set to TRUE, always use the content's natural size instead of adw.dialog.Dialog.contentWidth and adw.dialog.Dialog.contentHeight. If the content resizes, the dialog will immediately resize as well. See also: gtk.window.Window.resizable |