Struct gtk4::builders::CellRendererToggleBuilder
source · pub struct CellRendererToggleBuilder { /* private fields */ }👎Deprecated: Since 4.10
Expand description
A builder-pattern type to construct CellRendererToggle objects.
Implementations§
source§impl CellRendererToggleBuilder
impl CellRendererToggleBuilder
pub fn activatable(self, activatable: bool) -> Self
👎Deprecated: Since 4.10
pub fn active(self, active: bool) -> Self
👎Deprecated: Since 4.10
pub fn inconsistent(self, inconsistent: bool) -> Self
👎Deprecated: Since 4.10
pub fn radio(self, radio: bool) -> Self
👎Deprecated: Since 4.10
pub fn cell_background(self, cell_background: impl Into<GString>) -> Self
👎Deprecated: Since 4.10
sourcepub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self
👎Deprecated: Since 4.10
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
👎Deprecated: Since 4.10
pub fn height(self, height: i32) -> Self
👎Deprecated: Since 4.10
pub fn is_expanded(self, is_expanded: bool) -> Self
👎Deprecated: Since 4.10
pub fn is_expander(self, is_expander: bool) -> Self
👎Deprecated: Since 4.10
pub fn mode(self, mode: CellRendererMode) -> Self
👎Deprecated: Since 4.10
pub fn sensitive(self, sensitive: bool) -> Self
👎Deprecated: Since 4.10
pub fn visible(self, visible: bool) -> Self
👎Deprecated: Since 4.10
pub fn width(self, width: i32) -> Self
👎Deprecated: Since 4.10
pub fn xalign(self, xalign: f32) -> Self
👎Deprecated: Since 4.10
pub fn xpad(self, xpad: u32) -> Self
👎Deprecated: Since 4.10
pub fn yalign(self, yalign: f32) -> Self
👎Deprecated: Since 4.10
pub fn ypad(self, ypad: u32) -> Self
👎Deprecated: Since 4.10
sourcepub fn build(self) -> CellRendererToggle
👎Deprecated: Since 4.10
pub fn build(self) -> CellRendererToggle
Build the CellRendererToggle.
Auto Trait Implementations§
impl Freeze for CellRendererToggleBuilder
impl RefUnwindSafe for CellRendererToggleBuilder
impl !Send for CellRendererToggleBuilder
impl !Sync for CellRendererToggleBuilder
impl Unpin 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