Struct gtk4::builders::ColumnViewCellBuilder  
source · pub struct ColumnViewCellBuilder { /* private fields */ }Available on crate feature 
v4_12 only.Expand description
A builder-pattern type to construct ColumnViewCell objects.
Implementations§
source§impl ColumnViewCellBuilder
 
impl ColumnViewCellBuilder
sourcepub fn accessible_description(
    self,
    accessible_description: impl Into<GString>
) -> Self
 
pub fn accessible_description( self, accessible_description: impl Into<GString> ) -> Self
The accessible description to set on the list item.
sourcepub fn accessible_label(self, accessible_label: impl Into<GString>) -> Self
 
pub fn accessible_label(self, accessible_label: impl Into<GString>) -> Self
The accessible label to set on the list item.
sourcepub fn activatable(self, activatable: bool) -> Self
 
pub fn activatable(self, activatable: bool) -> Self
If the item can be activated by the user.
sourcepub fn selectable(self, selectable: bool) -> Self
 
pub fn selectable(self, selectable: bool) -> Self
If the item can be selected by the user.
sourcepub fn build(self) -> ColumnViewCell
 
pub fn build(self) -> ColumnViewCell
Build the ColumnViewCell.
Auto Trait Implementations§
impl RefUnwindSafe for ColumnViewCellBuilder
impl !Send for ColumnViewCellBuilder
impl !Sync for ColumnViewCellBuilder
impl Unpin for ColumnViewCellBuilder
impl UnwindSafe for ColumnViewCellBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more