GObject.Object
GtkSource.StyleScheme
| Import line: | GtkSource = imports.gi.GtkSource; |
| GIR File: | GtkSource-2.0.gir |
| C documentation: | GtkSourceStyleScheme |
| Class : | StyleScheme |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
base : GObject.Object
read only
|
GtkSource.StyleScheme | |
|
description : String
read only
|
GtkSource.StyleScheme | |
|
filename : String
read only
|
GtkSource.StyleScheme | |
|
id : String
|
GtkSource.StyleScheme | |
|
name : String
read only
|
GtkSource.StyleScheme | |
|
priv : GtkSource.StyleSchemePrivate
read only
|
GtkSource.StyleScheme | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GtkSource.StyleScheme
(Object properties)
Create a new GtkSource.StyleScheme
Create a new GtkSource.StyleScheme
|
||
|
get_authors
()
:
Array
the scheme authors or NULL if no author is specified by the style scheme.
the scheme authors or NULL if no author is specified by the style scheme.
|
GtkSource.StyleScheme | |
|
get_description
()
:
String
|
GtkSource.StyleScheme | |
|
get_filename
()
:
String
style scheme file or NULL in the other cases.
style scheme file or NULL in the other cases.
|
GtkSource.StyleScheme | |
|
get_id
()
:
String
|
GtkSource.StyleScheme | |
|
get_name
()
:
String
|
GtkSource.StyleScheme | |
|
get_style
(String style_id)
:
GtkSource.Style
or NULL when no style with this name found.
or NULL when no style with this name found. It is owned by scheme and may not be unref'ed.
|
GtkSource.StyleScheme | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GtkSource.Buffer
Property |
style_scheme : GtkSource.StyleScheme
|
|
GtkSource.Buffer
Method |
get_style_scheme
()
:
GtkSource.StyleScheme
Returns the GtkSourceStyleScheme associated with the buffer, see gtk_source_buffer_set_style_scheme().
|
|
GtkSource.Buffer
Method |
set_style_scheme
(StyleScheme scheme)
:
none
Sets style scheme used by the buffer.
|
|
GtkSource.StyleSchemeManager
Method |
get_scheme
(String scheme_id)
:
GtkSource.StyleScheme
Looks up style scheme by id.
|