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. setFileDialogInitialFile :: (MonadIO m, IsFileDialog o, IsFile a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #initialFile := value ]
    

  2. setFileDialogInitialFolder :: (MonadIO m, IsFileDialog o, IsFile a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #initialFolder := value ]
    

  3. setFileDialogInitialName :: (MonadIO m, IsFileDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #initialName := value ]
    

  4. setFileDialogModal :: (MonadIO m, IsFileDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #modal := value ]
    

  5. setFileDialogTitle :: (MonadIO m, IsFileDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

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

    set fileDialog [ #title := value ]
    

  6. setFileFilterName :: (MonadIO m, IsFileFilter o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.FileFilter

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

    set fileFilter [ #name := value ]
    

  7. setFileLauncherAlwaysAsk :: (MonadIO m, IsFileLauncher o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.FileLauncher

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

    set fileLauncher [ #alwaysAsk := value ]
    

  8. setFileLauncherFile :: (MonadIO m, IsFileLauncher o, IsFile a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FileLauncher

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

    set fileLauncher [ #file := value ]
    

  9. setFileLauncherWritable :: (MonadIO m, IsFileLauncher o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.FileLauncher

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

    set fileLauncher [ #writable := value ]
    

  10. setFilterListModelFilter :: (MonadIO m, IsFilterListModel o, IsFilter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.FilterListModel

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

    set filterListModel [ #filter := value ]
    

Page 638 of many | Previous | Next