| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GI.Gtk.Objects.FontSelectionDialog
Description
No description available in the introspection data.
Synopsis
- newtype FontSelectionDialog = FontSelectionDialog (ManagedPtr FontSelectionDialog)
 - class (GObject o, IsDescendantOf FontSelectionDialog o) => IsFontSelectionDialog o
 - toFontSelectionDialog :: (MonadIO m, IsFontSelectionDialog o) => o -> m FontSelectionDialog
 - fontSelectionDialogGetCancelButton :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> m Widget
 - fontSelectionDialogGetFontName :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> m Text
 - fontSelectionDialogGetFontSelection :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> m Widget
 - fontSelectionDialogGetOkButton :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> m Widget
 - fontSelectionDialogGetPreviewText :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> m Text
 - fontSelectionDialogNew :: (HasCallStack, MonadIO m) => Text -> m FontSelectionDialog
 - fontSelectionDialogSetFontName :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> Text -> m Bool
 - fontSelectionDialogSetPreviewText :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) => a -> Text -> m ()
 
Exported types
newtype FontSelectionDialog Source #
Memory-managed wrapper type.
Constructors
| FontSelectionDialog (ManagedPtr FontSelectionDialog) | 
Instances
| Eq FontSelectionDialog Source # | |
Defined in GI.Gtk.Objects.FontSelectionDialog Methods (==) :: FontSelectionDialog -> FontSelectionDialog -> Bool # (/=) :: FontSelectionDialog -> FontSelectionDialog -> Bool #  | |
| IsGValue FontSelectionDialog Source # | Convert   | 
Defined in GI.Gtk.Objects.FontSelectionDialog Methods toGValue :: FontSelectionDialog -> IO GValue # fromGValue :: GValue -> IO FontSelectionDialog #  | |
| GObject FontSelectionDialog Source # | |
Defined in GI.Gtk.Objects.FontSelectionDialog Methods gobjectType :: IO GType #  | |
| HasParentTypes FontSelectionDialog Source # | |
Defined in GI.Gtk.Objects.FontSelectionDialog  | |
| type ParentTypes FontSelectionDialog Source # | |
Defined in GI.Gtk.Objects.FontSelectionDialog type ParentTypes FontSelectionDialog = '[Dialog, Window, Bin, Container, Widget, Object, ImplementorIface, Buildable]  | |
class (GObject o, IsDescendantOf FontSelectionDialog o) => IsFontSelectionDialog o Source #
Type class for types which can be safely cast to FontSelectionDialog, for instance with toFontSelectionDialog.
Instances
| (GObject o, IsDescendantOf FontSelectionDialog o) => IsFontSelectionDialog o Source # | |
Defined in GI.Gtk.Objects.FontSelectionDialog  | |
toFontSelectionDialog :: (MonadIO m, IsFontSelectionDialog o) => o -> m FontSelectionDialog Source #
Cast to FontSelectionDialog, for types for which this is known to be safe. For general casts, use castTo.
Methods
Overloaded methods
getCancelButton
fontSelectionDialogGetCancelButton Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> m Widget | Returns: the   | 
getFontName
fontSelectionDialogGetFontName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> m Text | Returns: A string with the name of the current font, or   | 
Deprecated: (Since version 3.2)Use FontChooserDialog
Gets the currently-selected font name.
Note that this can be a different string than what you set with
 fontSelectionDialogSetFontName, as the font selection widget
 may normalize font names and thus return a string with a different
 structure. For example, “Helvetica Italic Bold 12” could be normalized
 to “Helvetica Bold Italic 12”.  Use fontDescriptionEqual
 if you want to compare two font descriptions.
getFontSelection
fontSelectionDialogGetFontSelection Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> m Widget | Returns: the embedded   | 
Deprecated: (Since version 3.2)Use FontChooserDialog
Retrieves the FontSelection widget embedded in the dialog.
Since: 2.22
getOkButton
fontSelectionDialogGetOkButton Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> m Widget | Returns: the   | 
getPreviewText
fontSelectionDialogGetPreviewText Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> m Text | Returns: the text displayed in the preview area. This string is owned by the widget and should not be modified or freed  | 
Deprecated: (Since version 3.2)Use FontChooserDialog
Gets the text displayed in the preview area.
new
fontSelectionDialogNew Source #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => Text | 
  | 
| -> m FontSelectionDialog | Returns: a new   | 
Deprecated: (Since version 3.2)Use FontChooserDialog
Creates a new FontSelectionDialog.
setFontName
fontSelectionDialogSetFontName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> Text | 
  | 
| -> m Bool | Returns:   | 
Deprecated: (Since version 3.2)Use FontChooserDialog
Sets the currently selected font.
setPreviewText
fontSelectionDialogSetPreviewText Source #
Arguments
| :: (HasCallStack, MonadIO m, IsFontSelectionDialog a) | |
| => a | 
  | 
| -> Text | 
  | 
| -> m () | 
Deprecated: (Since version 3.2)Use FontChooserDialog
Sets the text displayed in the preview area.