On Sat, Jul 01, 2006 at 09:26:38AM +0800, chao yeaj wrote:

> glimmering with green(color);but when the device meet some exception
> error,or broken down, the corresponding indicator will glimmering with
> red(color).
>    In a word,it  works like a radio button,but it is glimmering,and
> the indicator's color changed.

You could use a GtkImage and just change the pixbuf that it displays with
gtk_image_set_from_pixbuf.  The gtk-yes and gtk-no stock icons might work
for you, so you could use gtk_image_set_from_stock to alternate between
them. If you want the icon to blink, you could load an animated gif with
gtk_image_set_from_animation.

Dave Cook
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to