Simple Questions.

2008-04-19 Thread Schumi Imor
I'm thinking of using GTK+ for one of my projects and I'm really impressed with the level of support and example code out there. But what I haven't been able to find is how to create an application without a frame (no name, no close, no maximize, no edges). Any help or example code would be appreci

Re: Simple Questions.

2008-04-19 Thread Andreas Volz
Am Sat, 19 Apr 2008 04:03:03 -0400 schrieb Schumi Imor: > I'm thinking of using GTK+ for one of my projects and I'm really > impressed with the level of support and example code out there. But > what I haven't been able to find is how to create an application > without a frame (no name, no close,

Re: Simple Questions.

2008-04-19 Thread Tomas Carnecky
Schumi Imor wrote: > I'm thinking of using GTK+ for one of my projects and I'm really impressed > with the level of support and example code out there. But what I haven't > been able to find is how to create an application without a frame (no name, > no close, no maximize, no edges). Any help or ex

How can I tell which window manager my app is running under?

2008-04-19 Thread Justin Clift
Hi, How can I tell which window manager my application is running under? Can't seem to see any kind of Gtk nor Gdk calls to determine this. The end result I'm trying to achieve is bind of the Control-Printscreen key to a specialised screen capture utility. Figured out a solution that works for

Re: How can I tell which window manager my app is running under?

2008-04-19 Thread Alexander Semenov
Hi, Justin. gdk_x11_screen_get_window_manager_name () On Sat, 2008-04-19 at 23:48 +1000, Justin Clift wrote: > Hi, > > How can I tell which window manager my application is running under? > > Can't seem to see any kind of Gtk nor Gdk calls to determine this. > > The end result I'm trying to ac

Re: How can I tell which window manager my app is running under?

2008-04-19 Thread Justin Clift
Alexander Semenov wrote: > Hi, Justin. > > gdk_x11_screen_get_window_manager_name () Thanks Alexander, that's exactly what I'm looking for. Couldn't see it with DevHelp when searching for things. But after typing that in, it's definitely there. I must be sleepy or having a domestic blindness