Struct gtk4::CellRendererPixbufBuilder [−][src]
pub struct CellRendererPixbufBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct CellRendererPixbuf
objects.
Implementations
Create a new CellRendererPixbufBuilder
.
Build the CellRendererPixbuf
.
The GIcon representing the icon to display. If the icon theme is changed, the image will be updated automatically.
The name of the themed icon to display. This property only has an effect if not overridden by the “pixbuf” property.
The IconSize
value that specifies the size of the rendered icon.
Cell background as a gdk::RGBA
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CellRendererPixbufBuilder
impl !Send for CellRendererPixbufBuilder
impl !Sync for CellRendererPixbufBuilder
impl Unpin for CellRendererPixbufBuilder
impl UnwindSafe for CellRendererPixbufBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more