gtksource.tag
Module for [Tag] class
Types 3
classTag : gtk.text_tag.TextTag
Methods
TagGidBuilder builder() static nothrowGet builder for [gtksource.tag.Tag] Returns: New builder objectbool drawSpaces() @property nothrowGet `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) @property nothrowSet `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() @property nothrowGet `drawSpacesSet` property. Returns: Whether the #GtkSourceTag:draw-spaces property is set and must be taken into account.void drawSpacesSet(bool propval) @property nothrowSet `drawSpacesSet` property. Params: propval = Whether the #GtkSourceTag:draw-spaces property is set and must be taken into account.classTagGidBuilderImpl(T) : gtk.text_tag.TextTagGidBuilderImpl!T
Fluent builder implementation template for gtksource.tag.Tag
Methods
T drawSpaces(bool propval) nothrowSet `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) nothrowSet `drawSpacesSet` property. Params: propval = Whether the #GtkSourceTag:draw-spaces property is set and must be taken into account. Returns: Builder instance for fluent chainingFluent builder for gtksource.tag.Tag