gi-gtk-3.0.9: 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 #

Constructors

TextAppearance (ManagedPtr TextAppearance) 

Instances

WrappedPtr TextAppearance Source # 
(~) AttrOpTag tag AttrSet => Constructible TextAppearance tag Source # 

Methods

new :: MonadIO m => (ManagedPtr TextAppearance -> TextAppearance) -> [AttrOp TextAppearance tag] -> m TextAppearance

((~) * 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

textAppearance_bgColor :: AttrLabelProxy "bgColor" Source #

drawBg

textAppearance_drawBg :: AttrLabelProxy "drawBg" Source #

fgColor

textAppearance_fgColor :: AttrLabelProxy "fgColor" Source #

insideSelection

textAppearance_insideSelection :: AttrLabelProxy "insideSelection" Source #

isText

textAppearance_isText :: AttrLabelProxy "isText" Source #

rise

textAppearance_rise :: AttrLabelProxy "rise" Source #

strikethrough

textAppearance_strikethrough :: AttrLabelProxy "strikethrough" Source #

underline

textAppearance_underline :: AttrLabelProxy "underline" Source #