Support for multiple displays?

Schöpflin, Markus markus.schoepflin at comsoft.de
Thu Sep 13 01:21:15 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