Struct gtk4::CellAreaBoxBuilder [−][src]
pub struct CellAreaBoxBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct CellAreaBox
objects.
Implementations
Create a new CellAreaBoxBuilder
.
Build the CellAreaBox
.
The cell in the area that currently has focus
The orientation of the orientable.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CellAreaBoxBuilder
impl !Send for CellAreaBoxBuilder
impl !Sync for CellAreaBoxBuilder
impl Unpin for CellAreaBoxBuilder
impl UnwindSafe for CellAreaBoxBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more