| 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.FontChooserDialog
Description
- newtype FontChooserDialog = FontChooserDialog (ForeignPtr FontChooserDialog)
- class GObject o => FontChooserDialogK o
- toFontChooserDialog :: FontChooserDialogK o => o -> IO FontChooserDialog
- noFontChooserDialog :: Maybe FontChooserDialog
- fontChooserDialogNew :: (MonadIO m, WindowK a) => Maybe Text -> Maybe a -> m FontChooserDialog
Exported types
newtype FontChooserDialog Source
Constructors
| FontChooserDialog (ForeignPtr FontChooserDialog) |
Instances
class GObject o => FontChooserDialogK o Source
Instances
| (GObject o, IsDescendantOf FontChooserDialog o) => FontChooserDialogK o Source |
toFontChooserDialog :: FontChooserDialogK o => o -> IO FontChooserDialog Source
Methods
fontChooserDialogNew
fontChooserDialogNew :: (MonadIO m, WindowK a) => Maybe Text -> Maybe a -> m FontChooserDialog Source