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. setActionVisibleHorizontal :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #visibleHorizontal := value ]
    

  2. setActionVisibleOverflown :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #visibleOverflown := value ]
    

  3. setActionVisibleVertical :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #visibleVertical := value ]
    

  4. setActionableActionName :: (MonadIO m, IsActionable o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionable [ #actionName := value ]
    

  5. setActionableActionTarget :: (MonadIO m, IsActionable o) => o -> GVariant -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionable [ #actionTarget := value ]
    

  6. setActionableInterfaceGetActionName :: MonadIO m => ActionableInterface -> FunPtr C_ActionableInterfaceGetActionNameFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionableInterface [ #getActionName := value ]
    

  7. setActionableInterfaceGetActionTargetValue :: MonadIO m => ActionableInterface -> FunPtr C_ActionableInterfaceGetActionTargetValueFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionableInterface [ #getActionTargetValue := value ]
    

  8. setActionableInterfaceSetActionName :: MonadIO m => ActionableInterface -> FunPtr C_ActionableInterfaceSetActionNameFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionableInterface [ #setActionName := value ]
    

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

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

Page 77 of many | Previous | Next