Path: utzoo!attcan!uunet!husc6!rutgers!ucsd!ucbvax!VIOLET.BERKELEY.EDU!rusty From: rusty@VIOLET.BERKELEY.EDU Newsgroups: comp.windows.x Subject: X Toolkit and continuous graphic output Message-ID: <8807240059.AA13157@violet.berkeley.edu> Date: 24 Jul 88 00:59:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 5 Suppose I have a program that continuously computes and generates graphic output; how can I wrap the toolkit around this program? It seems to me that once I call XtMainLoop() I've given up control and there's no way for me to get to the main routine of my program that generates the output.