| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.FontSelectionDialog
Contents
Description
- newtype FontSelectionDialog = FontSelectionDialog (ForeignPtr FontSelectionDialog)
- class GObject o => IsFontSelectionDialog o
- toFontSelectionDialog :: IsFontSelectionDialog o => o -> IO FontSelectionDialog
- noFontSelectionDialog :: Maybe FontSelectionDialog
- data FontSelectionDialogGetCancelButtonMethodInfo
- fontSelectionDialogGetCancelButton :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget
- data FontSelectionDialogGetFontNameMethodInfo
- fontSelectionDialogGetFontName :: (MonadIO m, IsFontSelectionDialog a) => a -> m Text
- data FontSelectionDialogGetFontSelectionMethodInfo
- fontSelectionDialogGetFontSelection :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget
- data FontSelectionDialogGetOkButtonMethodInfo
- fontSelectionDialogGetOkButton :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget
- data FontSelectionDialogGetPreviewTextMethodInfo
- fontSelectionDialogGetPreviewText :: (MonadIO m, IsFontSelectionDialog a) => a -> m Text
- fontSelectionDialogNew :: MonadIO m => Text -> m FontSelectionDialog
- data FontSelectionDialogSetFontNameMethodInfo
- fontSelectionDialogSetFontName :: (MonadIO m, IsFontSelectionDialog a) => a -> Text -> m Bool
- data FontSelectionDialogSetPreviewTextMethodInfo
- fontSelectionDialogSetPreviewText :: (MonadIO m, IsFontSelectionDialog a) => a -> Text -> m ()
Exported types
newtype FontSelectionDialog Source #
Constructors
| FontSelectionDialog (ForeignPtr FontSelectionDialog) |
Instances
| GObject FontSelectionDialog Source # | |
| IsObject FontSelectionDialog Source # | |
| IsWindow FontSelectionDialog Source # | |
| IsWidget FontSelectionDialog Source # | |
| IsDialog FontSelectionDialog Source # | |
| IsContainer FontSelectionDialog Source # | |
| IsBin FontSelectionDialog Source # | |
| IsBuildable FontSelectionDialog Source # | |
| IsImplementorIface FontSelectionDialog Source # | |
| IsFontSelectionDialog FontSelectionDialog Source # | |
| ((~) * info (ResolveFontSelectionDialogMethod t FontSelectionDialog), MethodInfo * info FontSelectionDialog p) => IsLabel t (FontSelectionDialog -> p) Source # | |
| ((~) * info (ResolveFontSelectionDialogMethod t FontSelectionDialog), MethodInfo * info FontSelectionDialog p) => IsLabelProxy t (FontSelectionDialog -> p) Source # | |
| HasAttributeList * FontSelectionDialog Source # | |
| type SignalList FontSelectionDialog Source # | |
| type AttributeList FontSelectionDialog Source # | |
class GObject o => IsFontSelectionDialog o Source #
Instances
| (GObject a, UnknownAncestorError Constraint FontSelectionDialog a) => IsFontSelectionDialog a Source # | |
| IsFontSelectionDialog FontSelectionDialog Source # | |
toFontSelectionDialog :: IsFontSelectionDialog o => o -> IO FontSelectionDialog Source #
Methods
fontSelectionDialogGetCancelButton
data FontSelectionDialogGetCancelButtonMethodInfo Source #
Instances
| ((~) * signature (m Widget), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogGetCancelButtonMethodInfo a signature Source # | |
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 # | |
fontSelectionDialogGetFontName :: (MonadIO m, IsFontSelectionDialog a) => a -> m Text Source #
Deprecated: (Since version 3.2)Use #GtkFontChooserDialog
fontSelectionDialogGetFontSelection
data FontSelectionDialogGetFontSelectionMethodInfo Source #
Instances
| ((~) * signature (m Widget), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogGetFontSelectionMethodInfo a signature Source # | |
fontSelectionDialogGetFontSelection :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget Source #
Deprecated: (Since version 3.2)Use #GtkFontChooserDialog
fontSelectionDialogGetOkButton
data FontSelectionDialogGetOkButtonMethodInfo Source #
Instances
| ((~) * signature (m Widget), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogGetOkButtonMethodInfo a signature Source # | |
fontSelectionDialogGetOkButton :: (MonadIO m, IsFontSelectionDialog a) => a -> m Widget Source #
Deprecated: (Since version 3.2)Use #GtkFontChooserDialog
fontSelectionDialogGetPreviewText
data FontSelectionDialogGetPreviewTextMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsFontSelectionDialog a) => MethodInfo * FontSelectionDialogGetPreviewTextMethodInfo a signature Source # | |
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 # | |
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 # | |
fontSelectionDialogSetPreviewText :: (MonadIO m, IsFontSelectionDialog a) => a -> Text -> m () Source #
Deprecated: (Since version 3.2)Use #GtkFontChooserDialog