Gtk2Hs
Contents
Index
Graphics.UI.Gtk.Vte.Structs
Portability
portable (depends on GHC)
Stability
provisional
Maintainer
gtk2hs-users@lists.sourceforge.net
Contents
Types
Functions
Description
Structures for the VTE terminal widget
Synopsis
data
VteAttributes
=
VteAttributes
{
vaRow
::
Int
vaCol
::
Int
vaFore
::
Color
vaBack
::
Color
vaUnderline
::
Bool
vaStrikethrough
::
Bool
}
gArrayContent
::
Ptr
garray ->
IO
(
Int
,
Ptr
VteAttributes
)
Types
data
VteAttributes
Constructors
VteAttributes
vaRow
::
Int
vaCol
::
Int
vaFore
::
Color
vaBack
::
Color
vaUnderline
::
Bool
vaStrikethrough
::
Bool
Instances
Storable
VteAttributes
Functions
gArrayContent
::
Ptr
garray ->
IO
(
Int
,
Ptr
VteAttributes
)
Retrieve the two fields of the GArray structure.
Produced by
Haddock
version 2.6.0