Re: =?utf-8?B?SGVscO+8gVdoaWM=?= =?utf-8?Q?h?= widget is my need!



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]