gtksource.gutter
Module for [Gutter] class
Types 3
classGutter : gobject.object.ObjectWrap
Methods
GutterGidBuilder builder() static nothrowGet builder for [gtksource.gutter.Gutter] Returns: New builder objectgtksource.view.View view() @property nothrowGet `view` property. Returns: The #GtkSourceView of the gutter.gtk.types.TextWindowType windowType() @property nothrowGet `windowType` property. Returns: The text window type on which the window is placed.gtksource.gutter_renderer.GutterRenderer getRendererAtPos(int x, int y) nothrowFinds the #GtkSourceGutterRenderer at (x, y).gtksource.view.View getView() nothrowgtk.types.TextWindowType getWindowType() nothrowbool insert(gtksource.gutter_renderer.GutterRenderer renderer, int position) nothrowInsert renderer into the gutter. If renderer is yet unowned then gutter claims its ownership. Otherwise just increases renderer's reference count. renderer cannot be already inserted to another gut...void queueDraw() nothrowInvalidates the drawable area of the gutter. You can use this to force a redraw of the gutter if something has changed and needs to be redrawn.void reorder(gtksource.gutter_renderer.GutterRenderer renderer, int position) nothrowReorders renderer in gutter to new position.Fluent builder implementation template for gtksource.gutter.Gutter
Methods
T view(gtksource.view.View propval) nothrowSet `view` property. Params: propval = The #GtkSourceView of the gutter. Returns: Builder instance for fluent chainingT windowType(gtk.types.TextWindowType propval) nothrowSet `windowType` property. Params: propval = The text window type on which the window is placed. Returns: Builder instance for fluent chainingFluent builder for gtksource.gutter.Gutter