gtksource.tag

Module for [Tag] class

Types 3

Methods
GType _gType() @property
Tag self()Returns `this`, for use in `with` statements.
TagGidBuilder builder()Get builder for [gtksource.tag.Tag] Returns: New builder object
bool drawSpaces() @propertyGet `drawSpaces` property. Returns: Whether to draw white spaces. This property takes precedence over the value defined by the GtkSourceSpaceDrawer's #GtkSourceSpaceDrawer:matrix property (only whe...
void drawSpaces(bool propval) @propertySet `drawSpaces` property. Params: propval = Whether to draw white spaces. This property takes precedence over the value defined by the GtkSourceSpaceDrawer's #GtkSourceSpaceDrawer:matrix property ...
bool drawSpacesSet() @propertyGet `drawSpacesSet` property. Returns: Whether the #GtkSourceTag:draw-spaces property is set and must be taken into account.
void drawSpacesSet(bool propval) @propertySet `drawSpacesSet` property. Params: propval = Whether the #GtkSourceTag:draw-spaces property is set and must be taken into account.
Constructors
this(void * ptr, Flag!"Take" take)
this(string name = null)Creates a #GtkSourceTag. Configure the tag using object arguments, i.e. using [gobject.object.ObjectWrap.set].
Methods
T drawSpaces(bool propval)Set `drawSpaces` property. Params: propval = Whether to draw white spaces. This property takes precedence over the value defined by the GtkSourceSpaceDrawer's #GtkSourceSpaceDrawer:matrix property ...
T drawSpacesSet(bool propval)Set `drawSpacesSet` property. Params: propval = Whether the #GtkSourceTag:draw-spaces property is set and must be taken into account. Returns: Builder instance for fluent chaining

Fluent builder for [gtksource.tag.Tag]

Methods