set_follows_content_size


Description:

public void set_follows_content_size (bool follows_content_size)

Sets whether to size content of this 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: [property@Gtk.Window:resizable]

Parameters:

this

a dialog

follows_content_size

whether to size content automatically