StyleSchemeManager
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_source_style_scheme_manager_get_type ()" ) ]
public sealed class StyleSchemeManager :
Object
Provides access to [class@StyleScheme]s.
Content:
Properties:
Static methods:
Creation methods:
Methods:
- public void append_search_path (string path)
Appends path
to the list of directories where the
this looks for style scheme files.
- public void force_rescan ()
Mark any currently cached information about the available style schems as
invalid.
- public unowned StyleScheme? get_scheme (string scheme_id)
Looks up style scheme by id.
- public unowned string[]? get_scheme_ids ()
Returns the ids of the available style schemes.
- public unowned string[] get_search_path ()
Returns the current search path for the this
.
- public void prepend_search_path (string path)
Prepends path
to the list of directories where the
this looks for style scheme files.
- public void set_search_path (string[]? path)
Sets the list of directories where the this
looks for style scheme files.
Inherited Members:
All known members inherited from class GLib.Object