Hoogle Search
Within Stackage Nightly 2026-06-25 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 ]
setFrameLabel :: (MonadIO m, IsFrame o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “label” property. When overloading is enabled, this is equivalent to
set frame [ #label := value ]
setFrameLabelWidget :: (MonadIO m, IsFrame o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “label-widget” property. When overloading is enabled, this is equivalent to
set frame [ #labelWidget := value ]