Class: GtkSource::StyleScheme
- Inherits:
-
Object
- Object
- GtkSource::StyleScheme
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#authors ⇒ Array<String>
nil-terminated array containing the scheme authors or nil if no author is specified by the style scheme.
-
#description ⇒ String
Style scheme description, a translatable string to present to the user.
-
#description=(description) ⇒ String
Style scheme description, a translatable string to present to the user.
-
#filename ⇒ String
Style scheme filename or nil.
-
#filename=(filename) ⇒ String
Style scheme filename or nil.
-
#get_metadata(name) ⇒ String
Gets a metadata property from the style scheme.
-
#get_style(style_id) ⇒ GtkSource::Style
the scheme, or nil when no style with this name found.
-
#id ⇒ String
Style scheme id, a unique string used to identify the style scheme in [classStyleSchemeManager].
-
#id=(id) ⇒ String
Style scheme id, a unique string used to identify the style scheme in [classStyleSchemeManager].
-
#name ⇒ String
Style scheme name, a translatable string to present to the user.
-
#name=(name) ⇒ String
Style scheme name, a translatable string to present to the user.
Instance Method Details
#authors ⇒ Array<String>
nil-terminated array containing the scheme authors or nil if no author is specified by the style scheme.
#description ⇒ String
Style scheme description, a translatable string to present to the user.
#description=(description) ⇒ String
Style scheme description, a translatable string to present to the user.
#filename ⇒ String
Style scheme filename or nil.
#filename=(filename) ⇒ String
Style scheme filename or nil.
#get_metadata(name) ⇒ String
Gets a metadata property from the style scheme.
#get_style(style_id) ⇒ GtkSource::Style
the scheme, or nil when no style with this name found. It is owned by scheme and may not be unref'ed.
#id ⇒ String
Style scheme id, a unique string used to identify the style scheme in [classStyleSchemeManager].
#id=(id) ⇒ String
Style scheme id, a unique string used to identify the style scheme in [classStyleSchemeManager].
#name ⇒ String
Style scheme name, a translatable string to present to the user.
#name=(name) ⇒ String
Style scheme name, a translatable string to present to the user.