How to convert GtkWidget into GdkPixbuf

2008-08-06 Thread Samuel Rabadán
Hi, I don’t really know if I should send this e-mail to that address but I do need help!! that I’m trying to print a report that comes from an application built in GtkHTML which has a bug that makes printing not to be like they are showed in the application. I found some code but it doesn’t work wi

How to convert GtkWidget into GdkPixbuf

2008-08-06 Thread Samuel Rabadán
Hi, I don’t really know if I should send this e-mail to that address but I do need help!! that I’m trying to print a report that comes from an application built in GtkHTML which has a bug that makes printing not to be like they are showed in the application. I found some code but it doesn’t work wi

GTK Drag & Filename Drop from other Windows

2008-08-06 Thread Norbert Schultz
Hello, when I enable a Widget to receive Drops using drag_dest_set with target entries STRING, text/plain, text/html, application/x-rootwin-drop (just copied them from an example) I can copy & paste text snippets into my widget, from the same Widget and from others and receive them using the signa

Re: returning a string to d-bus

2008-08-06 Thread Tomas Carnecky
Luka Napotnik wrote: Hello. I have a D-BUS listener with a GObject method which should send a string back to D-BUS. My d-bus listener method is: gboolean some_object_get_name(GObject *object, gchar *str, GError **error) { str = g_strdup("Hello"); return TRUE; } But when the cli