finch/libgnt/gntslider.h

changeset 18767
a8ba09a50577
parent 18406
2d276d4c4a9f
child 19587
8715e45e1258
--- a/finch/libgnt/gntslider.h	Fri Jul 13 10:51:25 2007 +0000
+++ b/finch/libgnt/gntslider.h	Fri Jul 13 11:30:08 2007 +0000
@@ -127,6 +127,14 @@
 void gnt_slider_set_value(GntSlider *slider, int value);
 
 /**
+ * Get the current value for the slider.
+ *
+ * @param slider The slider
+ *
+ */
+int gnt_slider_get_value(GntSlider *slider);
+
+/**
  * Update a label with the value of the slider whenever the value changes.
  *
  * @param slider   The slider
@@ -134,6 +142,7 @@
  */
 void gnt_slider_reflect_label(GntSlider *slider, GntLabel *label);
 
+
 G_END_DECLS
 
 #endif /* GNT_SLIDER_H */

mercurial