Call a standard amiga callback hook
Source position: mui.pas line 665
const MUIM_CallHook = $8042b96b; |
Call a standard amiga callback hook, defined by a Hook structure. Together with MUIM_Notify, you can easily bind hooks to buttons, your hook will be called when the button is pressed.
The hook will be called with a pointer to the hook structure, a pointer to the calling object and a pointer to the first parameter.
|
Add a notification event handler to an object |