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. setAccelKeyAccelFlags :: MonadIO m => AccelKey -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.AccelKey

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

    set accelKey [ #accelFlags := value ]
    

  2. setAccelKeyAccelKey :: MonadIO m => AccelKey -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.AccelKey

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

    set accelKey [ #accelKey := value ]
    

  3. setAccelKeyAccelMods :: MonadIO m => AccelKey -> [ModifierType] -> m ()

    gi-gtk3 GI.Gtk.Structs.AccelKey

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

    set accelKey [ #accelMods := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.ActionEntry

    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-gtk3 GI.Gtk.Structs.ActionEntry

    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-gtk3 GI.Gtk.Structs.ActionEntry

    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-gtk3 GI.Gtk.Structs.ActionEntry

    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-gtk3 GI.Gtk.Structs.ActionEntry

    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-gtk3 GI.Gtk.Structs.ActionEntry

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

    set actionEntry [ #tooltip := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.ActionableInterface

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

    set actionableInterface [ #getActionName := value ]
    

Page 578 of many | Previous | Next