pub struct ColumnViewRowBuilder { /* private fields */ }Expand description
A builder-pattern type to construct ColumnViewRow objects.
Implementations§
Source§impl ColumnViewRowBuilder
impl ColumnViewRowBuilder
pub fn accessible_description( self, accessible_description: impl Into<GString>, ) -> Self
pub fn accessible_label(self, accessible_label: impl Into<GString>) -> Self
pub fn activatable(self, activatable: bool) -> Self
pub fn focusable(self, focusable: bool) -> Self
pub fn selectable(self, selectable: bool) -> Self
Sourcepub fn build(self) -> ColumnViewRow
pub fn build(self) -> ColumnViewRow
Build the ColumnViewRow.
Auto Trait Implementations§
impl Freeze for ColumnViewRowBuilder
impl RefUnwindSafe for ColumnViewRowBuilder
impl !Send for ColumnViewRowBuilder
impl !Sync for ColumnViewRowBuilder
impl Unpin for ColumnViewRowBuilder
impl UnwindSafe for ColumnViewRowBuilder
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