Method

AdapDialogset_follows_content_size

since: 1.5

Declaration [src]

void
adap_dialog_set_follows_content_size (
  AdapDialog* self,
  gboolean follows_content_size
)

Description [src]

Sets whether to size content of self automatically.

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

See also: GtkWindow:resizable

Available since: 1.5

Parameters

follows_content_size

Type: gboolean

Whether to size content automatically.