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