Re: HICON to GdkPixbuf

2007-11-10 Thread Andrew Smith
Tor Lillqvist a écrit : Does anyone have ideas about how to convert such an HICON to a GdkPixbuf? There is code in gdk/win32 to do that, check the function gdk_win32_icon_to_pixbuf_libgtk_only() in gdk/win32/gdkcursor-win32.c in GTK+. This is an internal function so you aren't supposed

Re: Vector drawing question.

2007-11-10 Thread Jon Harrop
On Wednesday 07 November 2007 21:29, Vadim Gutnik wrote: Should I be looking at some other toolkit or package for this? Smoke Vector Graphics provides hardware-accelerated 2D vector graphics with a declarative scene graph description:

Re: Fwd: gnome applet w/ bash

2007-11-10 Thread Matteo Landi
Just another question.. what is the right way to fix the functions for closing the applet? i noticed that if i shutdown the cpu and i've got the applet running, it freezes waiting for killing remaining process; after that i gotta shut it down manually using the front button.. what is the close

How can I tell if a GTKWidget is realized?

2007-11-10 Thread ying lcs
Hi, Can you please tell me how can I tell programmically if a GTKWidget is realized? Thank you. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How can I tell if a GTKWidget is realized?

2007-11-10 Thread Brian J. Tarricone
On Fri, 9 Nov 2007 14:40:53 -0600 ying lcs wrote: Can you please tell me how can I tell programmically if a GTKWidget is realized? http://library.gnome.org/devel/gtk/stable/GtkWidget.html#GTK-WIDGET-REALIZED:CAPS -brian ___