Support for multiple displays?
Markus Schöpflin
markus.schoepflin at comsoft.de
Tue Sep 11 07:43:39 PDT 2007
Hello,
I'm wondering whether wxWidgets supports the use of multiple displays in
the same application, especially when using the Motif/X11 toolkit.
Using the X11 API, this would look something like this:
app_ctx = XtCreateApplicationContext();
display_names = { ":0", "somehost:1" }
for display_name in display_names:
display = XtOpenDisplay(app_ctx, display_name);
toplevel_widget = XtAppCreateShell(..., display, ...);
Is something like this possible with wxWidgets?
Regards,
Markus Schöpflin
More information about the wx-users
mailing list