ClampScrollableGidBuilderImpl

Fluent builder implementation template for adw.clamp_scrollable.ClampScrollable

class ClampScrollableGidBuilderImpl : gtk.widget.WidgetGidBuilderImpl!T, gtk.orientable.OrientableGidBuilderImpl!T, gtk.scrollable.ScrollableGidBuilderImpl!T(
T
) {}

Members

Functions

child
T child(gtk.widget.Widget propval)

Set child property.

maximumSize
T maximumSize(int propval)

Set maximumSize property.

tighteningThreshold
T tighteningThreshold(int propval)

Set tighteningThreshold property.

unit
T unit(adw.types.LengthUnit propval)

Set unit property.

Mixed In Members

From mixin OrientableGidBuilderT!()

orientation
T orientation(gtk.types.Orientation propval)

Set orientation property.

From mixin ScrollableGidBuilderT!()

hadjustment
T hadjustment(gtk.adjustment.Adjustment propval)

Set hadjustment property.

hscrollPolicy
T hscrollPolicy(gtk.types.ScrollablePolicy propval)

Set hscrollPolicy property.

vadjustment
T vadjustment(gtk.adjustment.Adjustment propval)

Set vadjustment property.

vscrollPolicy
T vscrollPolicy(gtk.types.ScrollablePolicy propval)

Set vscrollPolicy property.