Tag for OpenWindowTagList(). Form Help groups
Source position: intuition.pas line 1138
const WA_HelpGroup = WA_Dummy + 56; |
When the active window has gadget help enabled, other windows of the same HelpGroup number will also get GadgetHelp. This allows GadgetHelp to work for multi-windowed applications. Pass the ID as ti_Data to all your windows.
|
Enable/disable Gadget-Help feature. |