Gtk2HsContentsIndex
Graphics.UI.Gtk.SourceView.SourceTagTable
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description
Synopsis
data SourceTagTable
class TextTagTableClass o => SourceTagTableClass o
castToSourceTagTable :: GObjectClass obj => obj -> SourceTagTable
sourceTagTableNew :: IO SourceTagTable
sourceTagTableAddTags :: SourceTagTable -> [SourceTag] -> IO ()
sourceTagTableRemoveSourceTags :: SourceTagTable -> IO ()
Documentation
data SourceTagTable
show/hide Instances
class TextTagTableClass o => SourceTagTableClass o
show/hide Instances
castToSourceTagTable :: GObjectClass obj => obj -> SourceTagTable
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.8