Re: changing colour of widget

2013-10-03 Thread Vest V.
ist@gnome.org" > *Sent:* Thursday, 26 September 2013 4:11 AM > *Subject:* Re: changing colour of widget > > Hello Mahesh, > > It depends on which approach you want to use: draw LEDs manually, or > display images. The first possible widget is GtkDrawingArea: > https://develope

Re: changing colour of widget

2013-10-03 Thread Mahesh Chaudhari
   From: Vest V. To: "gtk-app-devel-list@gnome.org" Sent: Thursday, 26 September 2013 4:11 AM Subject: Re: changing colour of widget Hello Mahesh, It depends on which approach you want to use: draw LEDs manually, or display images.

Re: changing colour of widget

2013-09-26 Thread Vest V.
Hello Mahesh, It depends on which approach you want to use: draw LEDs manually, or display images. The first possible widget is GtkDrawingArea: https://developer.gnome.org/gtk3/3.2/GtkDrawingArea.html, the second is GtkImage: https://developer.gnome.org/gtk3/3.2/GtkImage.html Regarding the event: