PDA

View Full Version : Window z-order problem



ChristianEhrlicher
11th March 2008, 10:08
Hi,

We've one main application which has a mainwindow over the whole desktop. This application can start other apps. Now we've the problem that, when the mainwindow gets activated, the other apps are not visible anymore because the mainwindow jumps in front. My idea would be to reparent the apps so they get the mainwindow as parent window instead the desktop. Is this possible (on X11) ?

wysota
11th March 2008, 10:19
You can try using XEmbed.