From: Vest V. vest...@gmail.com
To: gtk-app-devel-list@gnome.org 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
@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://developer.gnome.org/gtk3/3.2/GtkDrawingArea.html
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