Gtk2Hs
Contents
Index
Graphics.UI.Gtk.SourceView.SourceTag
Portability
portable (depends on GHC)
Stability
provisional
Maintainer
gtk2hs-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
Instances
GObjectClass
SourceTag
SourceTagClass
SourceTag
TextTagClass
SourceTag
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