Struct gtk4::builders::CellAreaBoxBuilder
source · pub struct CellAreaBoxBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct CellAreaBox
objects.
Implementations§
source§impl CellAreaBoxBuilder
impl CellAreaBoxBuilder
sourcepub fn focus_cell(self, focus_cell: &impl IsA<CellRenderer>) -> Self
pub fn focus_cell(self, focus_cell: &impl IsA<CellRenderer>) -> Self
The cell in the area that currently has focus
sourcepub fn orientation(self, orientation: Orientation) -> Self
pub fn orientation(self, orientation: Orientation) -> Self
The orientation of the orientable.
sourcepub fn build(self) -> CellAreaBox
pub fn build(self) -> CellAreaBox
Build the CellAreaBox
.