[Glade-users] GtkVscale (vertical slider)



On Mon, 2005-01-03 at 14:18, Ju, Jian wrote:
Hi all glade users,

Happy New Year!

I want to use the GtkVScale in my program but I don't know how to obtain
its value. I have created a vertical slider with its range from 0 to 15.
I don't know which function I should use to determine the value. 

It is a subclass of GtkRange, so I think you do:
  value = gtk_range_get_value (GTK_RANGE (widget));

Damon






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]