[][src]Struct gtk::CellRendererToggleBuilder

pub struct CellRendererToggleBuilder { /* fields omitted */ }

Implementations

impl CellRendererToggleBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> CellRendererToggle[src]

pub fn activatable(self, activatable: bool) -> Self[src]

pub fn active(self, active: bool) -> Self[src]

pub fn inconsistent(self, inconsistent: bool) -> Self[src]

pub fn indicator_size(self, indicator_size: i32) -> Self[src]

pub fn radio(self, radio: bool) -> Self[src]

pub fn cell_background(self, cell_background: &str) -> Self[src]

pub fn cell_background_rgba(self, cell_background_rgba: &RGBA) -> Self[src]

pub fn cell_background_set(self, cell_background_set: bool) -> Self[src]

pub fn height(self, height: i32) -> Self[src]

pub fn is_expanded(self, is_expanded: bool) -> Self[src]

pub fn is_expander(self, is_expander: bool) -> Self[src]

pub fn mode(self, mode: CellRendererMode) -> Self[src]

pub fn sensitive(self, sensitive: bool) -> Self[src]

pub fn visible(self, visible: bool) -> Self[src]

pub fn width(self, width: i32) -> Self[src]

pub fn xalign(self, xalign: f32) -> Self[src]

pub fn xpad(self, xpad: u32) -> Self[src]

pub fn yalign(self, yalign: f32) -> Self[src]

pub fn ypad(self, ypad: u32) -> Self[src]

Trait Implementations

impl Clone for CellRendererToggleBuilder[src]

impl Default for CellRendererToggleBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for CellRendererToggleBuilder

impl Send for CellRendererToggleBuilder

impl Sync for CellRendererToggleBuilder

impl Unpin for CellRendererToggleBuilder

impl UnwindSafe for CellRendererToggleBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.