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