Support for multiple displays?
Markus Schöpflin
markus.schoepflin at comsoft.de
Fri Sep 14 01:14:39 PDT 2007
Vadim Zeitlin wrote:
> On Thu, 13 Sep 2007 10:21:15 +0200 Schöpflin, Markus <markus.schoepflin at comsoft.de> wrote:
>
> SM> Is something like this possible with wxWidgets?
>
> You can use wxDisplay as indicated in another reply. You can also use
> wxSetDisplay() function (only available in X11-based ports) to set the
> initial display to use.
I don't think this will help me. Using wxSetDisplay() only allows to to use
one display per application, not two at the same time, or am I mistaken?
What I would need is a wxApp object which is aware of multiple open
displays at the same time. And these displays are on different X servers.
From a conceptual point of view, IMO it should be wxTopLevelWindow which
stores the display where it is displayed, and not a global variable. This
would give the flexibility I need.
Regards,
Markus Schöpflin
More information about the wx-users
mailing list