Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "322) Why does my callback's client data structure contain incorrect"
Next document is "324) Can a Motif application create windows on mutiple screens (on a"
323) How can an application manage events on multiple displays?
[Last modified: May 95]
Answer: Just put multiple display pointers into one application context.
(You normally specify which application context as an argument to
XtOpenDisplay()). XtAppNextEvent() and XtAppMainLoop() automatically poll all
displays in the application context.
Ken Lee, http://www.rahul.net/kenton/
Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "322) Why does my callback's client data structure contain incorrect"
Next document is "324) Can a Motif application create windows on mutiple screens (on a"