Get the gicon of the renderer
Get the pixbuf of the renderer.
Returns this, for use in with statements.
Get builder for gtksource.gutter_renderer_pixbuf.GutterRendererPixbuf
Returns this, for use in with statements.
Get builder for gtksource.gutter_renderer.GutterRenderer
Get alignmentMode property.
Set alignmentMode property.
Get view property.
Get visible property.
Set visible property.
Get windowType property.
Get xalign property.
Set xalign property.
Get xpad property.
Set xpad property.
Get yalign property.
Set yalign property.
Get ypad property.
Set ypad property.
Emits the #GtkSourceGutterRenderer::activate signal of the renderer. This is called from #GtkSourceGutter and should never have to be called manually.
Called when drawing a region begins. The region to be drawn is indicated by start and end. The purpose is to allow the implementation to precompute some state before the draw method is called for each cell.
Main renderering method. Implementations should implement this method to draw onto the cairo context. The background_area indicates the total area of the cell to be drawn. The cell_area indicates the area where content can be drawn (text, images, etc).
Called when drawing a region of lines has ended.
Get the x-alignment and y-alignment of the gutter renderer.
Get the alignment mode. The alignment mode describes the manner in which the renderer is aligned (see :xalign and :yalign).
Get the background color of the renderer.
Get the x-padding and y-padding of the gutter renderer.
Get the size of the renderer.
Get the view associated to the gutter renderer
Get whether the gutter renderer is visible.
Get the #GtkTextWindowType associated with the gutter renderer.
Get whether the renderer is activatable at the location in event. This is called from #GtkSourceGutter to determine whether a renderer is activatable using the mouse pointer.
Emit the #GtkSourceGutterRenderer::query-data signal. This function is called to query for data just before rendering a cell. This is called from the #GtkSourceGutter. Implementations can override the default signal handler or can connect a signal handler externally to the #GtkSourceGutterRenderer::query-data signal.
Emits the #GtkSourceGutterRenderer::query-tooltip signal. This function is called from #GtkSourceGutter. Implementations can override the default signal handler or can connect to the signal externally.
Emits the #GtkSourceGutterRenderer::queue-draw signal of the renderer. Call this from an implementation to inform that the renderer has changed such that it needs to redraw.
Set the alignment of the gutter renderer. Both xalign and yalign can be -1, which means the values will not be changed (this allows changing only one of the values).
Set the alignment mode. The alignment mode describes the manner in which the renderer is aligned (see :xalign and :yalign).
Set the background color of the renderer. If color is set to null, the renderer will not have a background color.
Set the padding of the gutter renderer. Both xpad and ypad can be -1, which means the values will not be changed (this allows changing only one of the values).
Sets the size of the renderer. A value of -1 specifies that the size is to be determined dynamically.
Set whether the gutter renderer is visible.
Connect to Activate signal.
Connect to QueryActivatable signal.
Connect to QueryData signal.
Connect to QueryTooltip signal.
Connect to QueueDraw signal.