[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FreeAES



Hi Michael!

MS>And then we should think about a method by which new applications can
MS>handle this more elegant (without requiring them to have a library
MS>which handles dialogs in windows - this should be part of the system).
For alerts we could simply extend the form_alert() call by a new parameter, a
pointer to a function which can handle messages, like BoxKite does for
fsel_input() (it's declaration is: void cdecl message_handler(int *message),
cdecl is Pure-C-Syntax for parameter passing on the stack). The decison
wheter it's an old or new style call is done by checking the value for the
addrin array in the control array

Bye

                Joerg