On Sun, 2010-04-25 at 03:24 +0200, ext Charles Clément wrote:
> Hello,
> 
> I have an application, an input method, that doesn't need all the screen
> estate because it is not a virtual keyboard. By default in maemo, if I
> set a size for the window, it will show my application window in a
> horizontal layout, with the normal application above it and my window
> below.
> 
> I would like to know if there is a way to run the two windows
> side-by-side, one being at the left of the screen and the other one
> taking the space on the right.

You could do this with an override-redirect window, the window manager
does not resize those and lets you place them anywhere you like. You
need to set it before mapping (showing) your window. See the Xlib manual
or GTK API how to do it.

-Kimmo

> 
> Thanks,
> 

_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to