gi-gtk-3.0.6: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.TextAppearance

Contents

Description

 

Synopsis

Exported types

newtype TextAppearance Source #

Instances

WrappedPtr TextAppearance Source # 
(~) AttrOpTag tag AttrSet => Constructible TextAppearance tag Source # 
((~) * info (ResolveTextAppearanceMethod t TextAppearance), MethodInfo * info TextAppearance p) => IsLabel t (TextAppearance -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TextAppearance -> p #

((~) * info (ResolveTextAppearanceMethod t TextAppearance), MethodInfo * info TextAppearance p) => IsLabelProxy t (TextAppearance -> p) Source # 
HasAttributeList * TextAppearance Source # 
type AttributeList TextAppearance Source # 
type AttributeList TextAppearance

newZeroTextAppearance :: MonadIO m => m TextAppearance Source #

Construct a TextAppearance struct initialized to zero.

Properties

BgColor

textAppearanceBgColor :: AttrLabelProxy "bgColor" Source #

DrawBg

textAppearanceDrawBg :: AttrLabelProxy "drawBg" Source #

FgColor

textAppearanceFgColor :: AttrLabelProxy "fgColor" Source #

InsideSelection

textAppearanceInsideSelection :: AttrLabelProxy "insideSelection" Source #

IsText

textAppearanceIsText :: AttrLabelProxy "isText" Source #

Rise

textAppearanceRise :: AttrLabelProxy "rise" Source #

Strikethrough

textAppearanceStrikethrough :: AttrLabelProxy "strikethrough" Source #

Underline

textAppearanceUnderline :: AttrLabelProxy "underline" Source #