[maemo-developers] [maemo-developers] How to split the GUI screen into separate sub windows to run separate applications at once..

From: Eero Tamminen eero.tamminen at movial.fi
Date: Fri Oct 14 17:20:33 EEST 2005
> I am new to Maemo SDK and would like to have two applications running
> in the same window..

You need to know the IDs of those applications windows
and then you use an Xlib call to reparent them into your
own window.

This is not optimal solution as the focus doesn't work that well
between them (XEmbed protocol would take care of this and is
implemented by GtkPlug and GtkSocket. For more info, see Gtk API
and freedesktop.org documentation), nor will they propagate key
events they don't handle themselves back to your application window.

	- Eero

More information about the maemo-developers mailing list