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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 143 of many | Previous | Next