pub struct CellRendererPixbufBuilder { /* private fields */ }๐Deprecated: Since 4.10
Expand description
A builder-pattern type to construct CellRendererPixbuf objects.
Implementationsยง
Sourceยงimpl CellRendererPixbufBuilder
impl CellRendererPixbufBuilder
Sourcepub fn gicon(self, gicon: &impl IsA<Icon>) -> Self
๐Deprecated: Since 4.10
pub fn gicon(self, gicon: &impl IsA<Icon>) -> Self
The GIcon representing the icon to display. If the icon theme is changed, the image will be updated automatically.
Sourcepub fn icon_name(self, icon_name: impl Into<GString>) -> Self
๐Deprecated: Since 4.10
pub fn icon_name(self, icon_name: impl Into<GString>) -> Self
The name of the themed icon to display. This property only has an effect if not overridden by the โpixbufโ property.
Sourcepub fn icon_size(self, icon_size: IconSize) -> Self
๐Deprecated: Since 4.10
pub fn icon_size(self, icon_size: IconSize) -> Self
The IconSize value that specifies the size of the rendered icon.
pub fn pixbuf(self, pixbuf: &Pixbuf) -> Self
๐Deprecated: Since 4.10
pub fn pixbuf_expander_closed(self, pixbuf_expander_closed: &Pixbuf) -> Self
๐Deprecated: Since 4.10
pub fn pixbuf_expander_open(self, pixbuf_expander_open: &Pixbuf) -> Self
๐Deprecated: Since 4.10
pub fn texture(self, texture: &impl IsA<Texture>) -> 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) -> CellRendererPixbuf
๐Deprecated: Since 4.10
pub fn build(self) -> CellRendererPixbuf
Build the CellRendererPixbuf.
Auto Trait Implementationsยง
impl Freeze for CellRendererPixbufBuilder
impl RefUnwindSafe for CellRendererPixbufBuilder
impl !Send for CellRendererPixbufBuilder
impl !Sync for CellRendererPixbufBuilder
impl Unpin for CellRendererPixbufBuilder
impl UnwindSafe for CellRendererPixbufBuilder
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