Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setActionShortLabel :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #shortLabel := value ]
    

  2. setActionStockId :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #stockId := value ]
    

  3. setActionTooltip :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #tooltip := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #visible := value ]
    

  5. setActionVisibleHorizontal :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #visibleHorizontal := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #visibleOverflown := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Action

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

    set action [ #visibleVertical := value ]
    

  8. setActionGroupAccelGroup :: (MonadIO m, IsActionGroup o, IsAccelGroup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ActionGroup

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

    set actionGroup [ #accelGroup := value ]
    

  9. setActionGroupSensitive :: (MonadIO m, IsActionGroup o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ActionGroup

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

    set actionGroup [ #sensitive := value ]
    

  10. setActionGroupVisible :: (MonadIO m, IsActionGroup o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ActionGroup

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

    set actionGroup [ #visible := value ]
    

Page 484 of many | Previous | Next