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.

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

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

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

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

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

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

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

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

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

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

Page 78 of many | Previous | Next