Ibrahim Haddad wrote:

> How to call a function for example 

> XtAddCallback (widget, XmNactivateCallback, modifyGraphTask, shell);

> when I don't have "widget"? Is there a straight forward way to call it 
> without the use of XtAddCallback which requires the use of a widget for
> which the callback is invoked?

Under what circumstances do you want the function to be called?

Widget callbacks are called whenever something interesting happens to
the widget, so it's inevitable that they associated with a specific
widget.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to