Package org.gnome.gtk
Interface Scrollable.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- All Known Implementing Classes:
ClampScrollable.Builder
,ColumnView.Builder
,GridView.Builder
,IconView.Builder
,ListBase.Builder
,ListView.Builder
,Map.Builder
,TextView.Builder
,TreeView.Builder
,View.Builder
,Viewport.Builder
- Enclosing interface:
Scrollable
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
setHadjustment
(Adjustment hadjustment) HorizontalGtkAdjustment
of the scrollable widget.default B
setHscrollPolicy
(ScrollablePolicy hscrollPolicy) Determines when horizontal scrolling should start.default B
setVadjustment
(Adjustment vadjustment) VerticalGtkAdjustment
of the scrollable widget.default B
setVscrollPolicy
(ScrollablePolicy vscrollPolicy) Determines when vertical scrolling should start.Methods inherited from interface io.github.jwharm.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setHadjustment
HorizontalGtkAdjustment
of the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
- Parameters:
hadjustment
- the value for thehadjustment
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setHscrollPolicy
Determines when horizontal scrolling should start.- Parameters:
hscrollPolicy
- the value for thehscroll-policy
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setVadjustment
VerticalGtkAdjustment
of the scrollable widget.This adjustment is shared between the scrollable widget and its parent.
- Parameters:
vadjustment
- the value for thevadjustment
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setVscrollPolicy
Determines when vertical scrolling should start.- Parameters:
vscrollPolicy
- the value for thevscroll-policy
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-