Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setActivatableUseActionAppearance :: (MonadIO m, IsActivatable o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-action-appearance” property. When overloading is enabled, this is equivalent to
set activatable [ #useActionAppearance := value ]
setAdjustmentLower :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “upper” property. When overloading is enabled, this is equivalent to
set adjustment [ #upper := value ]
setAdjustmentValue :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “value” property. When overloading is enabled, this is equivalent to
set adjustment [ #value := value ]
setAlignmentBottomPadding :: (MonadIO m, IsAlignment o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “bottom-padding” property. When overloading is enabled, this is equivalent to
set alignment [ #bottomPadding := value ]
setAlignmentLeftPadding :: (MonadIO m, IsAlignment o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “left-padding” property. When overloading is enabled, this is equivalent to
set alignment [ #leftPadding := value ]
setAlignmentRightPadding :: (MonadIO m, IsAlignment o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “right-padding” property. When overloading is enabled, this is equivalent to
set alignment [ #rightPadding := value ]