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
GutterRendererPixbufGidBuilder builder() static nothrowGet builder for [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf] Returns: New builder objectstring getIconName() nothrowgdk.paintable.Paintable getPaintable() nothrowGets a [gdk.paintable.Paintable] that was set with [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf.setPaintable] Returns: a #GdkPaintable or nullvoid 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) nothrowvoid setIconName(string iconName = null) nothrowvoid setPaintable(gdk.paintable.Paintable paintable = null) nothrowvoid setPixbuf(gdkpixbuf.pixbuf.Pixbuf pixbuf = null) nothrowclassGutterRendererPixbufGidBuilderImpl(T) : gtksource.gutter_renderer.GutterRendererGidBuilderImpl!T
Fluent builder implementation template for gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf
Methods
T gicon(gio.icon.Icon propval) nothrowT iconName(string propval) nothrowT paintable(gdk.paintable.Paintable propval) nothrowT pixbuf(gdkpixbuf.pixbuf.Pixbuf propval) nothrow