Struct gtk4::ConstraintGuideBuilder [−][src]
pub struct ConstraintGuideBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct ConstraintGuide
objects.
Implementations
Create a new ConstraintGuideBuilder
.
Build the ConstraintGuide
.
The maximum height of the guide.
The minimum height of the guide.
A name that identifies the ConstraintGuide
, for debugging.
The preferred, or natural, height of the guide.
The ConstraintStrength
to be used for the constraint on
the natural size of the guide.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConstraintGuideBuilder
impl Send for ConstraintGuideBuilder
impl Sync for ConstraintGuideBuilder
impl Unpin for ConstraintGuideBuilder
impl UnwindSafe for ConstraintGuideBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more