[][src]Struct gtk::CellRendererSpinnerBuilder

pub struct CellRendererSpinnerBuilder { /* fields omitted */ }

Implementations

impl CellRendererSpinnerBuilder[src]

pub fn new() -> Self[src]

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

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

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

pub fn size(self, size: IconSize) -> 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 CellRendererSpinnerBuilder[src]

impl Default for CellRendererSpinnerBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for CellRendererSpinnerBuilder

impl Send for CellRendererSpinnerBuilder

impl Sync for CellRendererSpinnerBuilder

impl Unpin for CellRendererSpinnerBuilder

impl UnwindSafe for CellRendererSpinnerBuilder

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.