|
Graphics.UI.Gtk.SourceView.SourceStyleSchemeManager | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
|
Types
|
|
data SourceStyleSchemeManager | Source |
|
Instances | |
|
|
|
| Instances | |
|
|
Methods
|
|
|
Creates a new style manager. If you do not need more than one style manager then use
sourceStyleSchemeManagerGetDefault instead.
|
|
sourceStyleSchemeManagerGetDefault | Source |
|
|
|
|
Sets the list of directories where the manager looks for style scheme files. If dirs is Nothing, the
search path is reset to default.
|
|
sourceStyleSchemeManagerAppendSearchPath | Source |
|
|
|
sourceStyleSchemeManagerPrependSearchPath | Source |
|
|
|
|
Returns the current search path for the manager. See
sourceStyleSchemeManagerSetSearchPath for details.
|
|
|
Returns the ids of the available style schemes.
|
|
sourceStyleSchemeManagerGetScheme | Source |
|
|
|
|
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.
|
|
Attributes
|
|
|
List of the ids of the available style schemes.
|
|
|
List of directories and files where the style schemes are located.
|
|
Produced by Haddock version 2.6.1 |