gi-gtk-3.0.7: 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.FontSelectionDialog

Contents

Description

 

Synopsis

Exported types

Methods

getCancelButton

fontSelectionDialogGetCancelButton :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

getFontName

data FontSelectionDialogGetFontNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogGetFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FontSelectionDialogGetFontNameMethodInfo a -> signature -> s

fontSelectionDialogGetFontName :: (MonadIO m, IsFontSelectionDialog a) => a -> m Text Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

getFontSelection

fontSelectionDialogGetFontSelection :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

getOkButton

fontSelectionDialogGetOkButton :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

getPreviewText

fontSelectionDialogGetPreviewText :: (MonadIO m, IsFontSelectionDialog a) => a -> m Text Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

new

fontSelectionDialogNew :: MonadIO m => Text -> m FontSelectionDialog Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

setFontName

data FontSelectionDialogSetFontNameMethodInfo Source #

Instances

((~) * signature (Text -> m Bool), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogSetFontNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FontSelectionDialogSetFontNameMethodInfo a -> signature -> s

fontSelectionDialogSetFontName :: (MonadIO m, IsFontSelectionDialog a) => a -> Text -> m Bool Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

setPreviewText

data FontSelectionDialogSetPreviewTextMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogSetPreviewTextMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FontSelectionDialogSetPreviewTextMethodInfo a -> signature -> s

fontSelectionDialogSetPreviewText :: (MonadIO m, IsFontSelectionDialog a) => a -> Text -> m () Source #

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog