Unit 'mui' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

MUIM_CallHook

Call a standard amiga callback hook

Declaration

Source position: mui.pas line 615

const MUIM_CallHook = MUIB_MUI or $42b96b;

Description

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.

See also

MUIM_Notify

  

Add a notification event handler to an object


Documentation generated on: 2021-07-30