|
Graphics.UI.Gtk.SourceView.SourceTagTable |
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
data SourceTagTable |
|
|
class TextTagTableClass o => SourceTagTableClass o |
|
|
sourceTagTableNew :: IO SourceTagTable |
Create a new SourceTagTable
|
|
sourceTagTableAddTags :: SourceTagTable -> [SourceTag] -> IO () |
Add a list of tag to the table.
- The added tags are assigned the highest priority in the table. If a tag is
already present in table or has the same name as an already-added tag, then
it is not added to the table.
|
|
sourceTagTableRemoveSourceTags :: SourceTagTable -> IO () |
|
Produced by Haddock version 0.6 |