widget to represent dial/speedometer kind of object

2013-12-10 Thread Mahesh Chaudhari
Hi list , is there any widget available to represent meter/dial/speedometer kind of object, needle of which rotates dynamically with magnitude of input values one widget i found is Gtkdial , but it has support from gtk+-2.18 onwards and i am having gtk+-2.10.0 HELP

Re: widget to represent dial/speedometer kind of object

2013-12-10 Thread Vest V.
Hello Mahesh, At the first glance, I would recommend you to review the old library: http://www.dmitry-kazakov.de/ada/aicwl.htm But the main difficulty is that the library has been written with Ada. Probably, you can try to adapt required gauges that you like to the Cairo backend in C or C++.

Re: widget to represent dial/speedometer kind of object

2013-12-10 Thread Nicola Fontana
Il Tue, 10 Dec 2013 17:30:42 +0800 (SGT) Mahesh Chaudhari mahesh.chaudh...@ymail.com scrisse: Hi list , is there any widget available to represent meter/dial/speedometer kind of object, needle of which rotates dynamically with magnitude of input values one widget i found is Gtkdial ,

Re: widget to represent dial/speedometer kind of object

2013-12-10 Thread Arne Pagel
A while ago I used the Guages from the Megatunix Project: http://sourceforge.net/projects/megatunix/ On 10.12.2013 10:30, Mahesh Chaudhari wrote: Hi list , is there any widget available to represent meter/dial/speedometer kind of object, needle of which rotates dynamically with