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

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #tooltip := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #visible := value ]
    

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

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

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

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

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

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

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

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

Page 79 of many | Previous | Next