gi-gtk-0.3.18.13: 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.Interfaces.FontChooser

Contents

Description

 

Synopsis

Exported types

newtype FontChooser Source

Instances

Methods

fontChooserGetFont

fontChooserGetFontDesc

fontChooserGetFontDesc :: (MonadIO m, FontChooserK a) => a -> m FontDescription Source

fontChooserGetFontFace

fontChooserGetFontFace :: (MonadIO m, FontChooserK a) => a -> m FontFace Source

fontChooserGetFontFamily

fontChooserGetFontFamily :: (MonadIO m, FontChooserK a) => a -> m FontFamily Source

fontChooserGetFontMap

fontChooserGetFontMap :: (MonadIO m, FontChooserK a) => a -> m FontMap Source

fontChooserGetFontSize

fontChooserGetPreviewText

fontChooserGetShowPreviewEntry

fontChooserSetFilterFunc

fontChooserSetFont

fontChooserSetFontDesc

data FontChooserSetFontDescMethodInfo Source

Instances

((~) (TYPE Lifted) signature (FontDescription -> m ()), MonadIO m, FontChooserK a) => MethodInfo (TYPE Lifted) FontChooserSetFontDescMethodInfo a signature Source 

fontChooserSetFontDesc :: (MonadIO m, FontChooserK a) => a -> FontDescription -> m () Source

fontChooserSetFontMap

data FontChooserSetFontMapMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Maybe b -> m ()), MonadIO m, FontChooserK a, FontMapK b) => MethodInfo (TYPE Lifted) FontChooserSetFontMapMethodInfo a signature Source 

fontChooserSetFontMap :: (MonadIO m, FontChooserK a, FontMapK b) => a -> Maybe b -> m () Source

fontChooserSetPreviewText

fontChooserSetShowPreviewEntry

Properties

Font

FontDesc

constructFontChooserFontDesc :: FontDescription -> IO ([Char], GValue) Source

getFontChooserFontDesc :: (MonadIO m, FontChooserK o) => o -> m FontDescription Source

setFontChooserFontDesc :: (MonadIO m, FontChooserK o) => o -> FontDescription -> m () Source

PreviewText

ShowPreviewEntry

data FontChooserShowPreviewEntryPropertyInfo Source

Instances

AttrInfo FontChooserShowPreviewEntryPropertyInfo Source 
type AttrLabel FontChooserShowPreviewEntryPropertyInfo = "show-preview-entry" Source 
type AttrGetType FontChooserShowPreviewEntryPropertyInfo = Bool Source 
type AttrBaseTypeConstraint FontChooserShowPreviewEntryPropertyInfo = FontChooserK Source 
type AttrSetTypeConstraint FontChooserShowPreviewEntryPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps FontChooserShowPreviewEntryPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Signals

FontActivated