Re: Simple On-Screen Keyboard: Docked like panel

2006-06-28 Thread Michael Torrie
On Tue, 2006-06-27 at 18:58 +0100, Chris Jones wrote: Thankyou, this would appear to be tricky using python unfortunately. I don't believe the language has anything to do with it. The examples might by in python, but the X11 WM hints are still done the same way in C or any other language.

Re: Simple On-Screen Keyboard: Docked like panel

2006-06-27 Thread Patrik Fimml
I want to get it to behave like a docked window, such as the panel. I've set the window hints for the window to docked. This gets rid of the window decorations and keeps it on top, but other windows still maximise over it. Does anyone know the proper way to achieve this? You might want

Re: Simple On-Screen Keyboard: Docked like panel

2006-06-27 Thread Chris Jones
Thankyou, this would appear to be tricky using python unfortunately. On 27/06/06, Patrik Fimml [EMAIL PROTECTED] wrote: I want to get it to behave like a docked window, such as the panel. I've set the window hints for the window to docked. This gets rid of the window decorations and

Simple On-Screen Keyboard: Docked like panel

2006-06-26 Thread Chris Jones
I am a summer of code student and I'm writing an onscreen keyboard for Ubuntu using gtk, python and cairo. I want to get it to behave like a docked window, such as the panel. I've set the window hints for the window to docked. This gets rid of the window decorations and keeps it on top, but