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

    gi-gtk4 GI.Gtk.Objects.Expander

    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-gtk4 GI.Gtk.Objects.Expander

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

    set expander [ #resizeToplevel := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Expander

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

    set expander [ #useMarkup := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Expander

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

    set expander [ #useUnderline := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FileChooserNative

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

    set fileChooserNative [ #acceptLabel := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FileChooserNative

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

    set fileChooserNative [ #cancelLabel := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.FileChooserWidget

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

    set fileChooserWidget [ #searchMode := value ]
    

  8. setFileDialogAcceptLabel :: (MonadIO m, IsFileDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #acceptLabel := value ]
    

  9. setFileDialogDefaultFilter :: (MonadIO m, IsFileDialog o, IsFileFilter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #defaultFilter := value ]
    

  10. setFileDialogFilters :: (MonadIO m, IsFileDialog o, IsListModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #filters := value ]
    

Page 637 of many | Previous | Next