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.

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

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

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

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

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

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

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

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

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

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

Page 112 of many | Previous | Next