gtksource.gutter_renderer_pixbuf

Module for [GutterRendererPixbuf] class

Types 3

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
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
gdkpixbuf.pixbuf.Pixbuf getPixbuf() nothrowGet the pixbuf of the renderer. Returns: a #GdkPixbuf
void setGicon(gio.icon.Icon icon = null) nothrow
void setIconName(string iconName = 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