tags:

views:

176

answers:

1

Hi There,

I want this kind of volume control bar shown in image. Is there any GtkWidget?

alt text
Thanks,
KBalar

+1  A: 

You want an HScale.

You'll need to provide the volume images, of course, but the slider is an HScale.

McPherrinM
In GtkVolumeButton if you click a button then volume scale bar pop-ups. I do not need this button. I need to have volume scale bar directly to be appear, not after button click.
kbalar