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
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
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
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,
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
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