[comp.windows.x] Xtk question

rich@oxtrap.UUCP (K. Richard Magill) (01/13/88)

Can I dynamically create/delete callback lists?  I haven't found a
reference to this in the intrinsics doc.

rich.

asente@DECWRL.DEC.COM (01/15/88)

You cannot create or destroy callback lists, but you can dynamically
change what is in them.  See XtAddCallback, XtAddCallbacks,
XtRemoveCallback, XtRemoveCallbacks, and XtRemoveAllCallbacks.

I haven't been working on the toolkit long enough to know whether these
were in the original release of the toolkit, or are recent changes. 
They will certainly be in the toolkit released with X11R2 (sometime
next month, I think).

	-paul asente