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.
setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to
set fontChooser [ #showPreviewEntry := value ]
setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m ()gi-gtk4 GI.Gtk.Interfaces.Orientable Set the value of the “orientation” property. When overloading is enabled, this is equivalent to
set orientable [ #orientation := value ]
setScrollableHadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Interfaces.Scrollable Set the value of the “hadjustment” property. When overloading is enabled, this is equivalent to
set scrollable [ #hadjustment := value ]
setScrollableHscrollPolicy :: (MonadIO m, IsScrollable o) => o -> ScrollablePolicy -> m ()gi-gtk4 GI.Gtk.Interfaces.Scrollable Set the value of the “hscroll-policy” property. When overloading is enabled, this is equivalent to
set scrollable [ #hscrollPolicy := value ]
setScrollableVadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Interfaces.Scrollable Set the value of the “vadjustment” property. When overloading is enabled, this is equivalent to
set scrollable [ #vadjustment := value ]
setScrollableVscrollPolicy :: (MonadIO m, IsScrollable o) => o -> ScrollablePolicy -> m ()gi-gtk4 GI.Gtk.Interfaces.Scrollable Set the value of the “vscroll-policy” property. When overloading is enabled, this is equivalent to
set scrollable [ #vscrollPolicy := value ]
setATContextAccessibleRole :: (MonadIO m, IsATContext o) => o -> AccessibleRole -> m ()gi-gtk4 GI.Gtk.Objects.ATContext Set the value of the “accessible-role” property. When overloading is enabled, this is equivalent to
set aTContext [ #accessibleRole := value ]
setATContextDisplay :: (MonadIO m, IsATContext o, IsDisplay a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ATContext Set the value of the “display” property. When overloading is enabled, this is equivalent to
set aTContext [ #display := value ]
setAboutDialogArtists :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “artists” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #artists := value ]
setAboutDialogAuthors :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “authors” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #authors := value ]