Struct gtk::CellAreaBoxBuilder
source · [−]pub struct CellAreaBoxBuilder { /* private fields */ }Implementations
sourceimpl CellAreaBoxBuilder
impl CellAreaBoxBuilder
pub fn new() -> Self
pub fn build(self) -> CellAreaBox
pub fn spacing(self, spacing: i32) -> Self
pub fn focus_cell(self, focus_cell: &CellRenderer) -> Self
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more