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.
-
gi-gtk4 GI.Gtk.Callbacks Wrap a WidgetClassMapFieldCallback into a C_WidgetClassMapFieldCallback.
-
gi-gtk4 GI.Gtk.Callbacks Wrap a WidgetClassUnmapFieldCallback into a C_WidgetClassUnmapFieldCallback.
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
-
gi-gtk4 GI.Gtk.Interfaces.FontChooser Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead
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
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.
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
-
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
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
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 ]