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