Re: programmatic screenshots?

2008-12-03 Thread Stefan Kost
hi, Andrew Cowie schrieb: On Mon, 2008-12-01 at 08:51 -0800, Garth's KidStuff wrote: I'm runnign a Gtk++ app under ubuntu 8.04 and I'd liek to take a screenshot from inside the app. Any hints? We used an adaptation of the gnome-screenshot code in gnome-utils's

gtk-feed

2008-12-03 Thread henrih81
Hello all, I have been developing a small GTK application for some time now and I have reached version 0.2.0 with it. Basically, it's simple RSS feed reader which only appears as an icon in the window manager's system tray. As of now, it's unfinished and much developing would need to be

Re: gtk-feed

2008-12-03 Thread Michael Cronenworth
Original Message Subject: gtk-feed From: [EMAIL PROTECTED] To: gtk-app-devel-list@gnome.org Date: 12/03/2008 11:50 AM Hello all, I have been developing a small GTK application for some time now and I have reached version 0.2.0 with it. Basically, it's simple RSS feed reader

Emitting events to a non-visible widget

2008-12-03 Thread Zan Dobersek
Is there any way to emit events to a non-visible GtkWidget? By non-visible, I'm thinking of a GtkWidget that never gets shown, i.e. gtk_widget_show_all or similar never gets called on this widget. Just to clarify on the events - I'd like to emit button, emotion and key events. As far as I've

Re: Emitting events to a non-visible widget

2008-12-03 Thread Tristan Van Berkom
On Wed, Dec 3, 2008 at 2:38 PM, Zan Dobersek [EMAIL PROTECTED] wrote: Is there any way to emit events to a non-visible GtkWidget? By non-visible, I'm thinking of a GtkWidget that never gets shown, i.e. gtk_widget_show_all or similar never gets called on this widget. Just to clarify on the

Re: Emitting events to a non-visible widget

2008-12-03 Thread Zan Dobersek
Tristan Van Berkom wrote: Sure, lets start with why do you want to send an event to an invisible widget in the first place ? I'm sure we can figure something more appropriate than creating an invisible button... In WebKit's[1] test cases, some tests require a button click or a key press to be

Re: programmatic screenshots?

2008-12-03 Thread Andrew Cowie
On Wed, 2008-12-03 at 12:19 +0200, Stefan Kost wrote: do you have it in a form, where you have one *.c and one *.h file with lots of static functions and one public function More or less. It's in the Java bindings as a function[1] that returns a Pixbuf, as in: pixbuf =