123456789101112131415161718192021222324252627282930313233 |
- .. _func_maxgui_setgadgethotkey:
- ===============
- SetGadgetHotKey
- ===============
- SetGadgetHotKey -
- Description
- ===========
- .. code-block:: blitzmax
- SetGadgetHotKey( gadget:TGadget,hotkey,modifier )
- Set the hot-key combination for a gadget.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|