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. setActionableInterfaceSetActionTargetValue :: MonadIO m => ActionableInterface -> FunPtr C_ActionableInterfaceSetActionTargetValueFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “set_action_target_value” field. When overloading is enabled, this is equivalent to

    set actionableInterface [ #setActionTargetValue := value ]
    

  2. setActivatableRelatedAction :: (MonadIO m, IsActivatable o, IsAction a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “related-action” property. When overloading is enabled, this is equivalent to

    set activatable [ #relatedAction := value ]
    

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

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

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

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

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

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

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

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

Page 80 of many | Previous | Next