gtksource.gutter_renderer_pixbuf

Module for [GutterRendererPixbuf] class

Types 3

Renders a pixbuf in the gutter.

A [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf] can be used to render an image in a cell of class@Gutter.

Methods
GType _gType() @property
GutterRendererPixbuf self()Returns `this`, for use in `with` statements.
GutterRendererPixbufGidBuilder builder()Get builder for [gtksource.gutterrendererpixbuf.GutterRendererPixbuf] Returns: New builder object
gio.icon.Icon gicon() @property
void gicon(gio.icon.Icon propval) @property
string iconName() @property
void iconName(string propval) @property
void paintable(gdk.paintable.Paintable propval) @property
void pixbuf(gdkpixbuf.pixbuf.Pixbuf propval) @property
gio.icon.Icon getGicon()Get the gicon of the renderer Returns: a #GIcon
string getIconName()
gdk.paintable.Paintable getPaintable()Gets a [gdk.paintable.Paintable] that was set with [gtksource.gutterrendererpixbuf.GutterRendererPixbuf.setPaintable] Returns: a #GdkPaintable or null
gdkpixbuf.pixbuf.Pixbuf getPixbuf()Get the pixbuf of the renderer. Returns: a #GdkPixbuf
void overlayPaintable(gdk.paintable.Paintable paintable)Allows overlaying a paintable on top of any other image that has been set for the pixbuf. This will be applied when the widget is next snapshot.
void setGicon(gio.icon.Icon icon = null)
void setIconName(string iconName = null)
void setPaintable(gdk.paintable.Paintable paintable = null)
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #GtkSourceGutterRendererPixbuf. Returns: A #GtkSourceGutterRenderer

Fluent builder for [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf]