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.
setSizeGroupMode :: (MonadIO m, IsSizeGroup o) => o -> SizeGroupMode -> m ()gi-gtk3 GI.Gtk.Objects.SizeGroup 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-gtk3 GI.Gtk.Objects.SpinButton 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-gtk3 GI.Gtk.Objects.SpinButton 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-gtk3 GI.Gtk.Objects.SpinButton 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-gtk3 GI.Gtk.Objects.SpinButton Set the value of the “numeric” property. When overloading is enabled, this is equivalent to
set spinButton [ #numeric := value ]
setSpinButtonSnapToTicks :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.SpinButton Set the value of the “snap-to-ticks” property. When overloading is enabled, this is equivalent to
set spinButton [ #snapToTicks := value ]
setSpinButtonUpdatePolicy :: (MonadIO m, IsSpinButton o) => o -> SpinButtonUpdatePolicy -> m ()gi-gtk3 GI.Gtk.Objects.SpinButton Set the value of the “update-policy” property. When overloading is enabled, this is equivalent to
set spinButton [ #updatePolicy := value ]
setSpinButtonValue :: (MonadIO m, IsSpinButton o) => o -> Double -> m ()gi-gtk3 GI.Gtk.Objects.SpinButton Set the value of the “value” property. When overloading is enabled, this is equivalent to
set spinButton [ #value := value ]
setSpinButtonWrap :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.SpinButton Set the value of the “wrap” property. When overloading is enabled, this is equivalent to
set spinButton [ #wrap := value ]
setSpinnerActive :: (MonadIO m, IsSpinner o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Spinner Set the value of the “active” property. When overloading is enabled, this is equivalent to
set spinner [ #active := value ]