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.
setRequisitionHeight :: MonadIO m => Requisition -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “height” field. When overloading is enabled, this is equivalent to
set requisition [ #height := value ]
setRequisitionWidth :: MonadIO m => Requisition -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “width” field. When overloading is enabled, this is equivalent to
set requisition [ #width := value ]
setRevealerRevealChild :: (MonadIO m, IsRevealer o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “reveal-child” property. When overloading is enabled, this is equivalent to
set revealer [ #revealChild := value ]
setRevealerTransitionDuration :: (MonadIO m, IsRevealer o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “transition-duration” property. When overloading is enabled, this is equivalent to
set revealer [ #transitionDuration := value ]
setRevealerTransitionType :: (MonadIO m, IsRevealer o) => o -> RevealerTransitionType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “transition-type” property. When overloading is enabled, this is equivalent to
set revealer [ #transitionType := value ]
setScaleButtonAdjustment :: (MonadIO m, IsScaleButton 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 scaleButton [ #adjustment := value ]
setScaleButtonIcons :: (MonadIO m, IsScaleButton o) => o -> [Text] -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “icons” property. When overloading is enabled, this is equivalent to
set scaleButton [ #icons := value ]
setScaleButtonSize :: (MonadIO m, IsScaleButton o) => o -> IconSize -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “size” property. When overloading is enabled, this is equivalent to
set scaleButton [ #size := value ]
setScaleButtonValue :: (MonadIO m, IsScaleButton 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 scaleButton [ #value := value ]
setScaleDigits :: (MonadIO m, IsScale o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “digits” property. When overloading is enabled, this is equivalent to
set scale [ #digits := value ]