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. setCellEditableEditingCanceled :: (MonadIO m, IsCellEditable o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.CellEditable

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

    set cellEditable [ #editingCanceled := value ]
    

  2. setColorChooserRgba :: (MonadIO m, IsColorChooser o) => o -> RGBA -> m ()

    gi-gtk3 GI.Gtk.Interfaces.ColorChooser

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

    set colorChooser [ #rgba := value ]
    

  3. setColorChooserUseAlpha :: (MonadIO m, IsColorChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.ColorChooser

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

    set colorChooser [ #useAlpha := value ]
    

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

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #action := value ]
    

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

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #createFolders := value ]
    

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

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #doOverwriteConfirmation := value ]
    

  7. setFileChooserExtraWidget :: (MonadIO m, IsFileChooser o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #extraWidget := value ]
    

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

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #filter := value ]
    

  9. setFileChooserLocalOnly :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #localOnly := value ]
    

  10. setFileChooserPreviewWidget :: (MonadIO m, IsFileChooser o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.FileChooser

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

    set fileChooser [ #previewWidget := value ]
    

Page 478 of many | Previous | Next