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.
setEditableXalign :: (MonadIO m, IsEditable o) => o -> Float -> m ()gi-gtk4 GI.Gtk.Interfaces.Editable Set the value of the “xalign” property. When overloading is enabled, this is equivalent to
set editable [ #xalign := value ]
setFileChooserAction :: (MonadIO m, IsFileChooser o) => o -> FileChooserAction -> m ()gi-gtk4 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-gtk4 GI.Gtk.Interfaces.FileChooser Set the value of the “create-folders” property. When overloading is enabled, this is equivalent to
set fileChooser [ #createFolders := value ]
setFileChooserFilter :: (MonadIO m, IsFileChooser o, IsFileFilter a) => o -> a -> m ()gi-gtk4 GI.Gtk.Interfaces.FileChooser Set the value of the “filter” property. When overloading is enabled, this is equivalent to
set fileChooser [ #filter := value ]
setFileChooserSelectMultiple :: (MonadIO m, IsFileChooser o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.FileChooser Set the value of the “select-multiple” property. When overloading is enabled, this is equivalent to
set fileChooser [ #selectMultiple := value ]
setFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “font” property. When overloading is enabled, this is equivalent to
set fontChooser [ #font := value ]
setFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> FontDescription -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to
set fontChooser [ #fontDesc := value ]
setFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “language” property. When overloading is enabled, this is equivalent to
set fontChooser [ #language := value ]
setFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> [FontChooserLevel] -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “level” property. When overloading is enabled, this is equivalent to
set fontChooser [ #level := value ]
setFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “preview-text” property. When overloading is enabled, this is equivalent to
set fontChooser [ #previewText := value ]