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
GutterRendererPixbuf self()Returns `this`, for use in `with` statements.GutterRendererPixbufGidBuilder builder()Get builder for [gtksource.gutterrendererpixbuf.GutterRendererPixbuf] Returns: New builder objectgio.icon.Icon gicon() @propertyvoid gicon(gio.icon.Icon propval) @propertystring iconName() @propertyvoid iconName(string propval) @propertygdk.paintable.Paintable paintable() @propertyvoid paintable(gdk.paintable.Paintable propval) @propertygdkpixbuf.pixbuf.Pixbuf pixbuf() @propertyvoid pixbuf(gdkpixbuf.pixbuf.Pixbuf propval) @propertygio.icon.Icon getGicon()Get the gicon of the renderer Returns: a #GIconstring getIconName()gdk.paintable.Paintable getPaintable()Gets a [gdk.paintable.Paintable] that was set with [gtksource.gutterrendererpixbuf.GutterRendererPixbuf.setPaintable] Returns: a #GdkPaintable or nullgdkpixbuf.pixbuf.Pixbuf getPixbuf()Get the pixbuf of the renderer. Returns: a #GdkPixbufvoid 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)void setPixbuf(gdkpixbuf.pixbuf.Pixbuf pixbuf = null)classGutterRendererPixbufGidBuilderImpl(T) : gtksource.gutter_renderer.GutterRendererGidBuilderImpl!T
Methods
T gicon(gio.icon.Icon propval)T iconName(string propval)T paintable(gdk.paintable.Paintable propval)T pixbuf(gdkpixbuf.pixbuf.Pixbuf propval)classGutterRendererPixbufGidBuilder : GutterRendererPixbufGidBuilderImpl!GutterRendererPixbufGidBuilder
Fluent builder for [gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf]
Methods