[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.fiDate: Fri Oct 14 17:20:33 EEST 2005
- Previous message: [maemo-developers] Is the documentation up to date?
- Next message: [maemo-developers] editor vi / nano-tiny - X Terminal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message: [maemo-developers] Is the documentation up to date?
- Next message: [maemo-developers] editor vi / nano-tiny - X Terminal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]