GObject.Object
GtkSource.StyleSchemeManager
Import line: | GtkSource = imports.gi.GtkSource; |
GIR File: | GtkSource-2.0.gir |
C documentation: | GtkSourceStyleSchemeManager |
Class : | StyleSchemeManager |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent : GObject.Object
read only
|
GtkSource.StyleSchemeManager | |
priv : GtkSource.StyleSchemeManagerPrivate
read only
|
GtkSource.StyleSchemeManager | |
scheme_ids : none
read only
|
GtkSource.StyleSchemeManager | |
search_path : none
|
GtkSource.StyleSchemeManager |
Method / Constructor | Defined By | |
---|---|---|
new GtkSource.StyleSchemeManager
(Object properties)
Create a new GtkSource.StyleSchemeManager
Create a new GtkSource.StyleSchemeManager
|
||
GtkSource.StyleSchemeManager.get_default
()
:
GtkSource.StyleSchemeManager
Returns the default GtkSourceStyleSchemeManager instance.
Returns the default GtkSourceStyleSchemeManager instance. is owned by GtkSourceView library and must not be unref'ed.
|
GtkSource.StyleSchemeManager | |
append_search_path
(String path)
:
none
Appends path to the list of directories where the manager looks for style scheme files.
Appends path to the list of directories where the manager looks for style scheme files. See gtk_source_style_scheme_manager_set_search_path() for details.
|
GtkSource.StyleSchemeManager | |
force_rescan
()
:
none
Mark any currently cached information about the available style scehems as invalid.
Mark any currently cached information about the available style scehems as invalid. All the available style schemes will be reloaded next time the manager is accessed.
|
GtkSource.StyleSchemeManager | |
get_scheme
(String scheme_id)
:
GtkSource.StyleScheme
Looks up style scheme by id.
Looks up style scheme by id.
|
GtkSource.StyleSchemeManager | |
get_scheme_ids
()
:
Array
Returns the ids of the available style schemes.
Returns the ids of the available style schemes. of string containing the ids of the available style schemes or NULL if no style scheme is available. The array is owned by the manager and must not be modified.
|
GtkSource.StyleSchemeManager | |
get_search_path
()
:
Array
Returns the current search path for the manager.
Returns the current search path for the manager. See gtk_source_style_scheme_manager_set_search_path() for details. of string containing the search path. The array is owned by the manager and must not be modified.
|
GtkSource.StyleSchemeManager | |
prepend_search_path
(String path)
:
none
Prepends path to the list of directories where the manager looks for style scheme files.
Prepends path to the list of directories where the manager looks for style scheme files. See gtk_source_style_scheme_manager_set_search_path() for details.
|
GtkSource.StyleSchemeManager | |
set_search_path
(Array path)
:
none
Sets the list of directories where the manager looks for style scheme files.
Sets the list of directories where the manager looks for style scheme files. If path is NULL, the search path is reset to default.
|
GtkSource.StyleSchemeManager |
None |