aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkvumeter.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07Remove GTK1 code.Stephen Fisher1-4/+0
svn path=/trunk/; revision=24827
2006-11-16(hopefully) fix the recently discussed warnings where CLAMP() is called with ↵Ulf Lamping1-3/+3
a value being 0 svn path=/trunk/; revision=19911
2006-09-24instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a ↵Ulf Lamping1-0/+6
c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x svn path=/trunk/; revision=19317
2006-09-24we dont have G_BEGIN_DECLS on old gtk/glib versionsRonnie Sahlberg1-2/+0
since we dont use c++ anyway we dont need these macros svn path=/trunk/; revision=19310
2006-09-23GTK2: add an analog VU meter like display widget Ulf Lamping1-0/+148
Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well). the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 ... and I've heavily changed and extended it to fit the problem here. We might use the VU meter widget later at other places as well ... svn path=/trunk/; revision=19298