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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 114 of many | Previous | Next