Hello,
It wasn't so easy to make the GtkProgressBar smaller. It's also controlled
by desktop's active theme and style.
So I created a simple GtkLevelBar widget that is thinner and lighter.
Picture: http://bildr.no/view/1146365
Here is the source code
https://launchpad.net/audio-recorder
Look for s
Stupid noobish question here, but inquiring minds were wondering: is
there any benefit to doing
gint increment (gint)
instead of
int increment (int)
It seems like the two are exactly identical, except that in the former
case, you have permanently tied you function to glib. I can see perhaps