gtksource.style_scheme

Module for [StyleScheme] class

Types 3

Methods
GType _gType() @property
StyleScheme self()Returns `this`, for use in `with` statements.
StyleSchemeGidBuilder builder()Get builder for [gtksource.style_scheme.StyleScheme] Returns: New builder object
string description() @propertyGet `description` property. Returns: Style scheme description, a translatable string to present to the user.
string filename() @propertyGet `filename` property. Returns: Style scheme filename or null.
string id() @propertyGet `id` property. Returns: Style scheme id, a unique string used to identify the style scheme in #GtkSourceStyleSchemeManager.
string name() @propertyGet `name` property. Returns: Style scheme name, a translatable string to present to the user.
string[] getAuthors()
string getFilename()
string getId()
string getName()
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T id(string propval)Set `id` property. Params: propval = Style scheme id, a unique string used to identify the style scheme in #GtkSourceStyleSchemeManager. Returns: Builder instance for fluent chaining

Fluent builder for [gtksource.style_scheme.StyleScheme]