| 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.FontChooserWidget
Description
- newtype FontChooserWidget = FontChooserWidget (ForeignPtr FontChooserWidget)
- class GObject o => FontChooserWidgetK o
- toFontChooserWidget :: FontChooserWidgetK o => o -> IO FontChooserWidget
- noFontChooserWidget :: Maybe FontChooserWidget
- fontChooserWidgetNew :: MonadIO m => m FontChooserWidget
Exported types
newtype FontChooserWidget Source
Constructors
| FontChooserWidget (ForeignPtr FontChooserWidget) |
Instances
| GObject FontChooserWidget Source | |
| ((~) * info (ResolveFontChooserWidgetMethod t FontChooserWidget), MethodInfo * info FontChooserWidget p) => IsLabel t (FontChooserWidget -> p) Source | |
| ((~) * info (ResolveFontChooserWidgetMethod t FontChooserWidget), MethodInfo * info FontChooserWidget p) => IsLabelProxy t (FontChooserWidget -> p) Source | |
| type ParentTypes FontChooserWidget Source | |
| type AttributeList FontChooserWidget Source | |
| type SignalList FontChooserWidget Source | |
class GObject o => FontChooserWidgetK o Source
Instances
| (GObject o, IsDescendantOf FontChooserWidget o) => FontChooserWidgetK o Source | |
toFontChooserWidget :: FontChooserWidgetK o => o -> IO FontChooserWidget Source
Methods
fontChooserWidgetNew
fontChooserWidgetNew :: MonadIO m => m FontChooserWidget Source