GtkSource.StyleScheme¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Style scheme description |
||
r |
Style scheme filename |
||
r/w/co |
Style scheme id |
||
r |
Style scheme name |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
Class Details¶
- class GtkSource.StyleScheme(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_authors()¶
- Returns:
a
None
-terminated array containing the self authors orNone
if no author is specified by the style scheme.- Return type:
New in version 2.0.
- get_description()¶
-
New in version 2.0.
- get_filename()¶
- Returns:
self file name if the scheme was created parsing a style scheme file or
None
in the other cases.- Return type:
New in version 2.0.
Property Details¶
- GtkSource.StyleScheme.props.description¶
-
Style scheme description, a translatable string to present to the user.
- GtkSource.StyleScheme.props.id¶
- Name:
id
- Type:
- Default Value:
- Flags:
Style scheme id, a unique string used to identify the style scheme in
GtkSource.StyleSchemeManager
.