|
Graphics.UI.Gtk.SourceView.SourceTagTable | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
data SourceTagTable |
Instances | |
|
|
class TextTagTableClass o => SourceTagTableClass o |
| Instances | |
|
|
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.7 |