Garth's KidStuff schrieb:
> Hey All,
>
> I'm runnign a Gtk++ app under ubuntu 8.04 and I'd liek to take a screenshot
> from inside the app. Any hints?
>
> Thanks in advance.
>
> -Garth
>
>
http://buzztard.svn.sourceforge.net/viewvc/buzztard/trunk/buzztard/tests/bt-check.c?view=markup
look at ch
This is a quick followup release GLib 2.19.2 is now available for
download at:
ftp://ftp.gtk.org/pub/glib/2.19/
http://download.gnome.org/sources/glib/2.19/
glib-2.19.2.tar.bz2 md5sum: ed8a3dea6e33fae39cf7ffe056cf
glib-2.19.2.tar.gz md5sum: 4f4ba56c56401e5a00495e3c375b9489
Thi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm using GTK/GLIB to spawn an application with
g_spawn_async_with_pipes. The command I am using is this
ok = g_spawn_async_with_pipes(NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL
Hmmm... I'm running ubuntu 8.10 also, but with compiz. I just switched
to metacity and I see what you're talking about. The code below works
for me in both metacity and compiz if I make pop a toplevel window:
- popup = gtk_window_new (GTK_WINDOW_POPUP);
+ popup = gtk_window_new (GTK_WINDOW_TOP
Hi Larry,
Thank a lo for you patch but it don't work for me :( I think
the problem is Metacity... Andrea get works without metacity and it
works on my xfce but not in my gnome with metacty (ubuntu 8.10)...
The code below works fine in metacity using your changes and
set_modal (tha
Hey All,
I'm runnign a Gtk++ app under ubuntu 8.04 and I'd liek to take a screenshot
from inside the app. Any hints?
Thanks in advance.
-Garth
--
Garth Upshaw
Garth's KidStuff
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://m
GLib 2.19.1 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.19/
http://download.gnome.org/sources/glib/2.19/
glib-2.19.1.tar.bz2 md5sum: 9309139a515408d9c99558d051c18302
glib-2.19.1.tar.gz md5sum: eab90f5965f3d004b8787989be5cca85
This is the second development release leadi