View.getGutter
gtksource.gutter.Gutter getGutter(gtk.types.TextWindowType windowType)Returns the gtksource.gutter.Gutter object associated with window_type for view.
Only gtk.types.TextWindowType.Left and gtk.types.TextWindowType.Right are supported, respectively corresponding to the left and right gutter. The line numbers and mark category icons are rendered in the left gutter.
Parameters
windowType | the gutter window type. |
Returns
the #GtkSourceGutter.