[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Alternate main loop?
- From: chanders timing com (Craig Anderson)
- To: gtk-list redhat com
- Subject: Alternate main loop?
- Date: Fri, 30 Jul 1999 11:21:08 -0600
How can an alternate event loop be set up
with GTK? Something like the following
code fragment for Xt.
XtAppContext *ac
XtInputMask xim;
while (xim = XtAppPending(ac))
XtAppProcessEvent(ac, xim);
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]