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.Objects.FontSelection

Contents

Description

 

Synopsis

Exported types

Methods

fontSelectionGetFace

fontSelectionGetFace :: (MonadIO m, FontSelectionK a) => a -> m FontFace Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetFaceList

fontSelectionGetFaceList :: (MonadIO m, FontSelectionK a) => a -> m Widget Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetFamily

fontSelectionGetFamily :: (MonadIO m, FontSelectionK a) => a -> m FontFamily Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetFamilyList

fontSelectionGetFamilyList :: (MonadIO m, FontSelectionK a) => a -> m Widget Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetFontName

fontSelectionGetFontName :: (MonadIO m, FontSelectionK a) => a -> m Text Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetPreviewEntry

fontSelectionGetPreviewEntry :: (MonadIO m, FontSelectionK a) => a -> m Widget Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetPreviewText

fontSelectionGetPreviewText :: (MonadIO m, FontSelectionK a) => a -> m Text Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetSize

fontSelectionGetSize :: (MonadIO m, FontSelectionK a) => a -> m Int32 Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetSizeEntry

fontSelectionGetSizeEntry :: (MonadIO m, FontSelectionK a) => a -> m Widget Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionGetSizeList

fontSelectionGetSizeList :: (MonadIO m, FontSelectionK a) => a -> m Widget Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionNew

fontSelectionNew :: MonadIO m => m FontSelection Source

Deprecated: (Since version 3.2)Use #GtkFontChooserWidget instead

fontSelectionSetFontName

fontSelectionSetFontName :: (MonadIO m, FontSelectionK a) => a -> Text -> m Bool Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

fontSelectionSetPreviewText

fontSelectionSetPreviewText :: (MonadIO m, FontSelectionK a) => a -> Text -> m () Source

Deprecated: (Since version 3.2)Use #GtkFontChooser

Properties

FontName

PreviewText

data FontSelectionPreviewTextPropertyInfo Source