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. setFileChooserExtraWidget :: (MonadIO m, IsFileChooser o, IsWidget a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #extraWidget := value ]
    

  2. setFileChooserFilter :: (MonadIO m, IsFileChooser o, IsFileFilter a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #filter := value ]
    

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

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

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

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

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

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

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

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

Page 111 of many | Previous | Next