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. setExpanderLabelWidget :: (MonadIO m, IsExpander 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 expander [ #labelWidget := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set expander [ #resizeToplevel := value ]
    

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

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

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

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

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

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

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

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

Page 110 of many | Previous | Next