pub struct CellRendererToggleBuilder { /* private fields */ }Expand description
A builder-pattern type to construct CellRendererToggle objects.
Implementations§
Source§impl CellRendererToggleBuilder
impl CellRendererToggleBuilder
pub fn activatable(self, activatable: bool) -> Self
pub fn active(self, active: bool) -> Self
pub fn inconsistent(self, inconsistent: bool) -> Self
pub fn indicator_size(self, indicator_size: i32) -> Self
pub fn radio(self, radio: bool) -> Self
pub fn cell_background(self, cell_background: impl Into<GString>) -> Self
Sourcepub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self
pub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self
Cell background as a gdk::RGBA
pub fn cell_background_set(self, cell_background_set: bool) -> Self
pub fn height(self, height: i32) -> Self
pub fn is_expanded(self, is_expanded: bool) -> Self
pub fn is_expander(self, is_expander: bool) -> Self
pub fn mode(self, mode: CellRendererMode) -> Self
pub fn sensitive(self, sensitive: bool) -> Self
pub fn visible(self, visible: bool) -> Self
pub fn width(self, width: i32) -> Self
pub fn xalign(self, xalign: f32) -> Self
pub fn xpad(self, xpad: u32) -> Self
pub fn yalign(self, yalign: f32) -> Self
pub fn ypad(self, ypad: u32) -> Self
Sourcepub fn build(self) -> CellRendererToggle
pub fn build(self) -> CellRendererToggle
Build the CellRendererToggle.
Auto Trait Implementations§
impl !Send for CellRendererToggleBuilder
impl !Sync for CellRendererToggleBuilder
impl Freeze for CellRendererToggleBuilder
impl RefUnwindSafe for CellRendererToggleBuilder
impl Unpin for CellRendererToggleBuilder
impl UnsafeUnpin for CellRendererToggleBuilder
impl UnwindSafe for CellRendererToggleBuilder
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