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.
setAboutDialogVersion :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “version” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #version := value ]
setAboutDialogWebsite :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “website” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #website := value ]
setAboutDialogWebsiteLabel :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “website-label” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #websiteLabel := value ]
setAboutDialogWrapLicense :: (MonadIO m, IsAboutDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.AboutDialog Set the value of the “wrap-license” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #wrapLicense := value ]
setActionBarRevealed :: (MonadIO m, IsActionBar o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ActionBar Set the value of the “revealed” property. When overloading is enabled, this is equivalent to
set actionBar [ #revealed := value ]
setAdjustmentLower :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Set the value of the “lower” property. When overloading is enabled, this is equivalent to
set adjustment [ #lower := value ]
setAdjustmentPageIncrement :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Set the value of the “page-increment” property. When overloading is enabled, this is equivalent to
set adjustment [ #pageIncrement := value ]
setAdjustmentPageSize :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Set the value of the “page-size” property. When overloading is enabled, this is equivalent to
set adjustment [ #pageSize := value ]
setAdjustmentStepIncrement :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Set the value of the “step-increment” property. When overloading is enabled, this is equivalent to
set adjustment [ #stepIncrement := value ]
setAdjustmentUpper :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk4 GI.Gtk.Objects.Adjustment Set the value of the “upper” property. When overloading is enabled, this is equivalent to
set adjustment [ #upper := value ]