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

Contents

Description

 

Synopsis

Exported types

Methods

fontSelectionDialogGetCancelButton

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

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

fontSelectionDialogGetFontName

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

fontSelectionDialogGetFontSelection

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

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

fontSelectionDialogGetOkButton

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

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

fontSelectionDialogGetPreviewText

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

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

fontSelectionDialogNew

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

Deprecated: (Since version 3.2)Use #GtkFontChooserDialog

fontSelectionDialogSetFontName

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

fontSelectionDialogSetPreviewText

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