Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setFontButtonUseFont :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-font” property. When overloading is enabled, this is equivalent to
set fontButton [ #useFont := value ]
setFontButtonUseSize :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-size” property. When overloading is enabled, this is equivalent to
set fontButton [ #useSize := value ]
setFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “font” property. When overloading is enabled, this is equivalent to
set fontChooser [ #font := value ]
setFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> FontDescription -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to
set fontChooser [ #fontDesc := value ]
setFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “language” property. When overloading is enabled, this is equivalent to
set fontChooser [ #language := value ]
setFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> [FontChooserLevel] -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “level” property. When overloading is enabled, this is equivalent to
set fontChooser [ #level := value ]
setFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “preview-text” property. When overloading is enabled, this is equivalent to
set fontChooser [ #previewText := value ]
setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to
set fontChooser [ #showPreviewEntry := value ]
setFontSelectionFontName :: (MonadIO m, IsFontSelection o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “font-name” property. When overloading is enabled, this is equivalent to
set fontSelection [ #fontName := value ]
setFontSelectionPreviewText :: (MonadIO m, IsFontSelection o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “preview-text” property. When overloading is enabled, this is equivalent to
set fontSelection [ #previewText := value ]