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. setAccessibleWidget :: (MonadIO m, IsAccessible o, IsWidget a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set accessible [ #widget := value ]
    

  2. setActionActionGroup :: (MonadIO m, IsAction o, IsActionGroup a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set action [ #actionGroup := value ]
    

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

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

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

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

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

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

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

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

Page 77 of many | Previous | Next