gtksource.map

Module for [Map] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Map self() nothrowReturns `this`, for use in `with` statements.
MapGidBuilder builder() static nothrowGet builder for [gtksource.map.Map] Returns: New builder object
void fontDesc(pango.font_description.FontDescription propval) @property nothrow
gtksource.view.View view() @property nothrow
void view(gtksource.view.View propval) @property nothrow
gtksource.view.View getView() nothrowGets the #GtkSourceMap:view property, which is the view this widget is mapping. Returns: a #GtkSourceView or null.
void setView(gtksource.view.View view) nothrowSets 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 implementation template for gtksource.map.Map

Methods
T view(gtksource.view.View propval) nothrow

Fluent builder for gtksource.map.Map

Methods
Map build() nothrowCreate object from builder. Returns: New object