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. setFileChooserLocalOnly :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #localOnly := value ]
    

  2. setFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooserNative [ #acceptLabel := value ]
    

  3. setFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooserNative [ #cancelLabel := value ]
    

  4. setFileChooserPreviewWidget :: (MonadIO m, IsFileChooser o, IsWidget a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #previewWidget := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #previewWidgetActive := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #selectMultiple := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #showHidden := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #usePreviewLabel := value ]
    

  9. setFileChooserWidgetSearchMode :: (MonadIO m, IsFileChooserWidget o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooserWidget [ #searchMode := value ]
    

  10. setFileFilterInfoContains :: MonadIO m => FileFilterInfo -> [FileFilterFlags] -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “contains” field. When overloading is enabled, this is equivalent to

    set fileFilterInfo [ #contains := value ]
    

Page 109 of many | Previous | Next