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. setExpanderSpacing :: (MonadIO m, IsExpander o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set expander [ #spacing := value ]
    

  2. setExpanderUseMarkup :: (MonadIO m, IsExpander o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set expander [ #useMarkup := value ]
    

  3. setExpanderUseUnderline :: (MonadIO m, IsExpander o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set expander [ #useUnderline := value ]
    

  4. setFileChooserAction :: (MonadIO m, IsFileChooser o) => o -> FileChooserAction -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #action := value ]
    

  5. setFileChooserButtonTitle :: (MonadIO m, IsFileChooserButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooserButton [ #title := value ]
    

  6. setFileChooserButtonWidthChars :: (MonadIO m, IsFileChooserButton o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooserButton [ #widthChars := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set fileChooser [ #createFolders := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “do-overwrite-confirmation” property. When overloading is enabled, this is equivalent to

    set fileChooser [ #doOverwriteConfirmation := value ]
    

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

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

Page 108 of many | Previous | Next