Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. wrap_WidgetClassMapFieldCallback :: Maybe (Ptr (FunPtr C_WidgetClassMapFieldCallback)) -> WidgetClassMapFieldCallback -> C_WidgetClassMapFieldCallback

    gi-gtk4 GI.Gtk.Callbacks

    Wrap a WidgetClassMapFieldCallback into a C_WidgetClassMapFieldCallback.

  2. wrap_WidgetClassUnmapFieldCallback :: Maybe (Ptr (FunPtr C_WidgetClassUnmapFieldCallback)) -> WidgetClassUnmapFieldCallback -> C_WidgetClassUnmapFieldCallback

    gi-gtk4 GI.Gtk.Callbacks

    Wrap a WidgetClassUnmapFieldCallback into a C_WidgetClassUnmapFieldCallback.

  3. fontChooserGetFontMap :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m (Maybe FontMap)

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

    Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

  4. fontChooserSetFontMap :: (HasCallStack, MonadIO m, IsFontChooser a, IsFontMap b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

    Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

  5. clearFontDialogFontMap :: (MonadIO m, IsFontDialog o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Set the value of the “font-map” property to Nothing. When overloading is enabled, this is equivalent to

    clear #fontMap
    

  6. constructFontDialogFontMap :: (IsFontDialog o, MonadIO m, IsFontMap a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Construct a GValueConstruct with valid value for the “font-map” property. This is rarely needed directly, but it is used by new.

  7. fontDialogGetFontMap :: (HasCallStack, MonadIO m, IsFontDialog a) => a -> m (Maybe FontMap)

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Returns the fontmap from which fonts are selected, or NULL for the default fontmap. Since: 4.10

  8. fontDialogSetFontMap :: (HasCallStack, MonadIO m, IsFontDialog a, IsFontMap b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Sets the fontmap from which fonts are selected. If fontmap is NULL, the default fontmap is used. Since: 4.10

  9. getFontDialogFontMap :: (MonadIO m, IsFontDialog o) => o -> m (Maybe FontMap)

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Get the value of the “font-map” property. When overloading is enabled, this is equivalent to

    get fontDialog #fontMap
    

  10. setFontDialogFontMap :: (MonadIO m, IsFontDialog o, IsFontMap a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Set the value of the “font-map” property. When overloading is enabled, this is equivalent to

    set fontDialog [ #fontMap := value ]
    

Page 1050 of many | Previous | Next