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

    gi-gtk3 GI.Gtk.Objects.Expander

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

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

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

    set expander [ #useUnderline := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.FileChooserButton

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

    set fileChooserButton [ #title := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.FileChooserButton

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

    set fileChooserButton [ #widthChars := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.FileChooserNative

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

    set fileChooserNative [ #acceptLabel := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.FileChooserNative

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

    set fileChooserNative [ #cancelLabel := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.FileChooserWidget

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

    set fileChooserWidget [ #searchMode := value ]
    

  9. setFlowBoxActivateOnSingleClick :: (MonadIO m, IsFlowBox o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

    Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to

    set flowBox [ #activateOnSingleClick := value ]
    

  10. setFlowBoxColumnSpacing :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.FlowBox

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

    set flowBox [ #columnSpacing := value ]
    

Page 511 of many | Previous | Next