Gtk2HsContentsIndex
Graphics.UI.Gtk.SourceView.SourceTag
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description
Synopsis
data SourceTag
castToSourceTag :: GObjectClass obj => obj -> SourceTag
syntaxTagNew :: String -> String -> String -> String -> IO SourceTag
patternTagNew :: String -> String -> String -> IO SourceTag
keywordListTagNew :: String -> String -> [String] -> Bool -> Bool -> Bool -> String -> String -> IO SourceTag
blockCommentTagNew :: String -> String -> String -> String -> IO SourceTag
lineCommentTagNew :: String -> String -> String -> IO SourceTag
stringTagNew :: String -> String -> String -> String -> Bool -> IO SourceTag
sourceTagGetStyle :: SourceTag -> IO SourceTagStyle
sourceTagSetStyle :: SourceTag -> SourceTagStyle -> IO ()
Documentation
data SourceTag
show/hide Instances
castToSourceTag :: GObjectClass obj => obj -> SourceTag
syntaxTagNew :: String -> String -> String -> String -> IO SourceTag
Create a new SourceTag
patternTagNew :: String -> String -> String -> IO SourceTag
Create a new SourceTag
keywordListTagNew :: String -> String -> [String] -> Bool -> Bool -> Bool -> String -> String -> IO SourceTag
Create a new SourceTag.
blockCommentTagNew :: String -> String -> String -> String -> IO SourceTag
Create a new SourceTag
lineCommentTagNew :: String -> String -> String -> IO SourceTag
Create a new SourceTag
stringTagNew :: String -> String -> String -> String -> Bool -> IO SourceTag
Create a new SourceTag
sourceTagGetStyle :: SourceTag -> IO SourceTagStyle
sourceTagSetStyle :: SourceTag -> SourceTagStyle -> IO ()
Produced by Haddock version 0.8