Struct gtk4::AdjustmentBuilder [−][src]
pub struct AdjustmentBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct Adjustment
objects.
Implementations
Create a new AdjustmentBuilder
.
Build the Adjustment
.
The page increment of the adjustment.
The page size of the adjustment.
Note that the page-size is irrelevant and should be set to zero
if the adjustment is used for a simple scalar value, e.g. in a
SpinButton
.
The step increment of the adjustment.
The maximum value of the adjustment.
Note that values will be restricted by upper - page-size
if the page-size
property is nonzero.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AdjustmentBuilder
impl Send for AdjustmentBuilder
impl Sync for AdjustmentBuilder
impl Unpin for AdjustmentBuilder
impl UnwindSafe for AdjustmentBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more