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