View.getGutter

Returns the classGutter 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 gtk.types.TextWindowType

the gutter window type.

Return Value

Type: gtksource.gutter.Gutter

the #GtkSourceGutter.