Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setShortcutsShortcutTitle :: (MonadIO m, IsShortcutsShortcut o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “title” property. When overloading is enabled, this is equivalent to
set shortcutsShortcut [ #title := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “title-size-group” property. When overloading is enabled, this is equivalent to
set shortcutsShortcut [ #titleSizeGroup := value ]
setShortcutsWindowSectionName :: (MonadIO m, IsShortcutsWindow o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “section-name” property. When overloading is enabled, this is equivalent to
set shortcutsWindow [ #sectionName := value ]
setShortcutsWindowViewName :: (MonadIO m, IsShortcutsWindow o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “view-name” property. When overloading is enabled, this is equivalent to
set shortcutsWindow [ #viewName := value ]
setSizeGroupIgnoreHidden :: (MonadIO m, IsSizeGroup o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “ignore-hidden” property. When overloading is enabled, this is equivalent to
set sizeGroup [ #ignoreHidden := value ]
setSizeGroupMode :: (MonadIO m, IsSizeGroup o) => o -> SizeGroupMode -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “mode” property. When overloading is enabled, this is equivalent to
set sizeGroup [ #mode := value ]
setSpinButtonAdjustment :: (MonadIO m, IsSpinButton o, IsAdjustment a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to
set spinButton [ #adjustment := value ]
setSpinButtonClimbRate :: (MonadIO m, IsSpinButton o) => o -> Double -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “climb-rate” property. When overloading is enabled, this is equivalent to
set spinButton [ #climbRate := value ]
setSpinButtonDigits :: (MonadIO m, IsSpinButton o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “digits” property. When overloading is enabled, this is equivalent to
set spinButton [ #digits := value ]
setSpinButtonNumeric :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “numeric” property. When overloading is enabled, this is equivalent to
set spinButton [ #numeric := value ]