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

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to

    set action [ #alwaysShowImage := value ]
    

  2. setActionEntryAccelerator :: MonadIO m => ActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionEntry [ #accelerator := value ]
    

  3. setActionEntryCallback :: MonadIO m => ActionEntry -> FunPtr C_Callback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionEntry [ #callback := value ]
    

  4. setActionEntryLabel :: MonadIO m => ActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionEntry [ #label := value ]
    

  5. setActionEntryName :: MonadIO m => ActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionEntry [ #name := value ]
    

  6. setActionEntryStockId :: MonadIO m => ActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionEntry [ #stockId := value ]
    

  7. setActionEntryTooltip :: MonadIO m => ActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set actionEntry [ #tooltip := value ]
    

  8. setActionGicon :: (MonadIO m, IsAction o, IsIcon a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #gicon := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set actionGroup [ #accelGroup := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set actionGroup [ #sensitive := value ]
    

Page 75 of many | Previous | Next