Gtk2HsContentsIndex
Graphics.UI.Gtk.Vte.Structs
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-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
show/hide Instances
Functions
gArrayContent :: Ptr garray -> IO (Int, Ptr VteAttributes)
Retrieve the two fields of the GArray structure.
Produced by Haddock version 2.6.0