Class

AdwClampLayout

Description [src]

final class Adw.ClampLayout : Gtk.LayoutManager {
  /* No available fields */
}

A layout manager constraining its children to a given size.

clamp-wide clamp-narrow

AdwClampLayout constraints the size of the widgets it contains to a given maximum size. It will constrain the width if it is horizontal, or the height if it is vertical. The expansion of the children from their minimum to their maximum size is eased out for a smooth transition.

If a child requires more than the requested maximum size, it will be allocated the minimum size it can fit in instead.

AdwClampLayout can scale with the text scale factor, use the AdwClampLayout:unit property to enable that behavior.

Ancestors

  • GtkLayoutManager
  • GObject

Implements

  • GtkOrientable

Constructors

adw_clamp_layout_new

Creates a new AdwClampLayout.

Instance methods

adw_clamp_layout_get_maximum_size

Gets the maximum size allocated to the children.

adw_clamp_layout_get_tightening_threshold

Gets the size above which the children are clamped.

adw_clamp_layout_get_unit

Gets the length unit for maximum size and tightening threshold.

Available since: 1.4

adw_clamp_layout_set_maximum_size

Sets the maximum size allocated to the children.

adw_clamp_layout_set_tightening_threshold

Sets the size above which the children are clamped.

adw_clamp_layout_set_unit

Sets the length unit for maximum size and tightening threshold.

Available since: 1.4

Properties

Adw.ClampLayout:maximum-size

The maximum size to allocate to the children.

Adw.ClampLayout:tightening-threshold

The size above which the children are clamped.

Adw.ClampLayout:unit

The length unit for maximum size and tightening threshold.

Available since: 1.4

Class structure

struct AdwClampLayoutClass {
  GtkLayoutManagerClass parent_class;
  
}
Class members
parent_class
GtkLayoutManagerClass
  No description available.