[][src]Struct gtk::CellRendererPixbufBuilder

pub struct CellRendererPixbufBuilder { /* fields omitted */ }

Implementations

impl CellRendererPixbufBuilder[src]

pub fn new() -> Self[src]

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

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

pub fn gicon<P: IsA<Icon>>(self, gicon: &P) -> Self[src]

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

pub fn pixbuf(self, pixbuf: &Pixbuf) -> Self[src]

pub fn pixbuf_expander_closed(self, pixbuf_expander_closed: &Pixbuf) -> Self[src]

pub fn pixbuf_expander_open(self, pixbuf_expander_open: &Pixbuf) -> Self[src]

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

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

pub fn surface(self, surface: &Surface) -> 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 CellRendererPixbufBuilder[src]

impl Default for CellRendererPixbufBuilder[src]

Auto Trait Implementations

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.