gtksource.map

Module for [Map] class

Types 3

Methods
GType _gType() @property
Map self()Returns `this`, for use in `with` statements.
MapGidBuilder builder()Get builder for [gtksource.map.Map] Returns: New builder object
void view(gtksource.view.View propval) @property
gtksource.view.View getView()Gets the #GtkSourceMap:view property, which is the view this widget is mapping. Returns: a #GtkSourceView or null.
void setView(gtksource.view.View view)Sets the view that map will be doing the mapping to.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkSourceMap. Returns: a new #GtkSourceMap.

Fluent builder for [gtksource.map.Map]

Methods