Adw.ClampScrollable¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Orientable (2), Gtk.Scrollable (9)
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Adw.ClampScrollable(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A scrollable [class`Clamp`].
AdwClampScrollable
is a variant of [class`Clamp`] that implements the [iface`Gtk`.Scrollable] interface.The primary use case for
AdwClampScrollable
is clamping [class`Gtk`.ListView].- classmethod new()¶
- Returns:
the newly created
AdwClampScrollable
- Return type:
Creates a new
AdwClampScrollable
.
- get_child()¶
- Returns:
the child widget of self
- Return type:
Gtk.Widget
orNone
Gets the child widget of self.
- get_maximum_size()¶
- Returns:
the maximum size to allocate to the child
- Return type:
Gets the maximum size allocated to the child.
- get_tightening_threshold()¶
- Returns:
the size above which the child is clamped
- Return type:
Gets the size above which the child is clamped.
- get_unit()¶
- Returns:
the length unit
- Return type:
Gets the length unit for maximum size and tightening threshold.
New in version 1.4.
- set_child(child)¶
- Parameters:
child (
Gtk.Widget
orNone
) – the child widget
Sets the child widget of self.
- set_maximum_size(maximum_size)¶
- Parameters:
maximum_size (
int
) – the maximum size
Sets the maximum size allocated to the child.
It is the width if the clamp is horizontal, or the height if it is vertical.
- set_tightening_threshold(tightening_threshold)¶
- Parameters:
tightening_threshold (
int
) – the tightening threshold
Sets the size above which the child is clamped.
Starting from this size, the clamp will tighten its grip on the child, slowly allocating less and less of the available size up to the maximum allocated size. Below that threshold and below the maximum width, the child will be allocated all the available size.
If the threshold is greater than the maximum size to allocate to the child, the child will be allocated all the width up to the maximum. If the threshold is lower than the minimum size to allocate to the child, that size will be used as the tightening threshold.
Effectively, tightening the grip on the child before it reaches its maximum size makes transitions to and from the maximum size smoother when resizing.
- set_unit(unit)¶
- Parameters:
unit (
Adw.LengthUnit
) – the length unit
Sets the length unit for maximum size and tightening threshold.
Allows the sizes to vary depending on the text scale factor.
New in version 1.4.
Property Details¶
- Adw.ClampScrollable.props.child¶
- Name:
child
- Type:
- Default Value:
- Flags:
The child widget of the
AdwClampScrollable
.
- Adw.ClampScrollable.props.maximum_size¶
- Name:
maximum-size
- Type:
- Default Value:
600
- Flags:
The maximum size allocated to the child.
It is the width if the clamp is horizontal, or the height if it is vertical.
- Adw.ClampScrollable.props.tightening_threshold¶
- Name:
tightening-threshold
- Type:
- Default Value:
400
- Flags:
The size above which the child is clamped.
Starting from this size, the clamp will tighten its grip on the child, slowly allocating less and less of the available size up to the maximum allocated size. Below that threshold and below the maximum width, the child will be allocated all the available size.
If the threshold is greater than the maximum size to allocate to the child, the child will be allocated all the width up to the maximum. If the threshold is lower than the minimum size to allocate to the child, that size will be used as the tightening threshold.
Effectively, tightening the grip on the child before it reaches its maximum size makes transitions to and from the maximum size smoother when resizing.
- Adw.ClampScrollable.props.unit¶
- Name:
unit
- Type:
- Default Value:
- Flags:
The length unit for maximum size and tightening threshold.
Allows the sizes to vary depending on the text scale factor.
New in version 1.4.