Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setFileChooserPreviewWidgetActive :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Set the value of the “preview-widget-active” property. When overloading is enabled, this is equivalent to

    set fileChooser [ #previewWidgetActive := value ]
    

  2. setFileChooserSelectMultiple :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Set the value of the “select-multiple” property. When overloading is enabled, this is equivalent to

    set fileChooser [ #selectMultiple := value ]
    

  3. setFileChooserShowHidden :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Set the value of the “show-hidden” property. When overloading is enabled, this is equivalent to

    set fileChooser [ #showHidden := value ]
    

  4. setFileChooserUsePreviewLabel :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

    Set the value of the “use-preview-label” property. When overloading is enabled, this is equivalent to

    set fileChooser [ #usePreviewLabel := value ]
    

  5. setFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Set the value of the “font” property. When overloading is enabled, this is equivalent to

    set fontChooser [ #font := value ]
    

  6. setFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> FontDescription -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to

    set fontChooser [ #fontDesc := value ]
    

  7. setFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Set the value of the “language” property. When overloading is enabled, this is equivalent to

    set fontChooser [ #language := value ]
    

  8. setFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> [FontChooserLevel] -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Set the value of the “level” property. When overloading is enabled, this is equivalent to

    set fontChooser [ #level := value ]
    

  9. setFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Set the value of the “preview-text” property. When overloading is enabled, this is equivalent to

    set fontChooser [ #previewText := value ]
    

  10. setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FontChooser

    Set the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to

    set fontChooser [ #showPreviewEntry := value ]
    

Page 479 of many | Previous | Next