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 gtksource.gutter.Gutter.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
GutterRendererPixbuf self() nothrowReturns `this`, for use in `with` statements.
GutterRendererPixbufGidBuilder builder() static nothrowGet builder for [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf] Returns: New builder object
gio.icon.Icon gicon() @property nothrow
void gicon(gio.icon.Icon propval) @property nothrow
string iconName() @property nothrow
void iconName(string propval) @property nothrow
void paintable(gdk.paintable.Paintable propval) @property nothrow
gdkpixbuf.pixbuf.Pixbuf pixbuf() @property nothrow
void pixbuf(gdkpixbuf.pixbuf.Pixbuf propval) @property nothrow
gio.icon.Icon getGicon() nothrowGet the gicon of the renderer Returns: a #GIcon
string getIconName() nothrow
gdk.paintable.Paintable getPaintable() nothrowGets a [gdk.paintable.Paintable] that was set with [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf.setPaintable] Returns: a #GdkPaintable or null
gdkpixbuf.pixbuf.Pixbuf getPixbuf() nothrowGet the pixbuf of the renderer. Returns: a #GdkPixbuf
void overlayPaintable(gdk.paintable.Paintable paintable) nothrowAllows 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) nothrow
void setIconName(string iconName = null) nothrow
void setPaintable(gdk.paintable.Paintable paintable = null) nothrow
void setPixbuf(gdkpixbuf.pixbuf.Pixbuf pixbuf = null) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #GtkSourceGutterRendererPixbuf. Returns: A #GtkSourceGutterRenderer