 |
NoCallBack |
Function (tigcc.a) |
Dummy callback function doing nothing.
NoCallBack is a dummy function which does nothing, and always returns 1 as result.
The purpose of this function lies in the fact that it may be given as a third parameter
to the function DialogNew, when there is no need for an
interaction with the user program during the execution of the dialog (i.e. no
"calling back"). DialogNewSimple does exactly this:
it calls DialogNew with NoCallBack as a third parameter.
Note: This routine was in TIOS jump table up to AMS 1.xx. In AMS 2.xx it is not
in the jump table! Here, NoCallBack is implemented on such whay that it can be used on
any version of AMS.
Used by: DialogNewSimple