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.
setScrollableHadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()gi-gtk3 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-gtk3 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-gtk3 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-gtk3 GI.Gtk.Interfaces.Scrollable Set the value of the “vscroll-policy” property. When overloading is enabled, this is equivalent to
set scrollable [ #vscrollPolicy := value ]
setAboutDialogArtists :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()gi-gtk3 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-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “authors” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #authors := value ]
setAboutDialogComments :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “comments” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #comments := value ]
setAboutDialogCopyright :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “copyright” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #copyright := value ]
setAboutDialogDocumenters :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()gi-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “documenters” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #documenters := value ]
setAboutDialogLicense :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.AboutDialog Set the value of the “license” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #license := value ]