]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkhscale.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkhscale.sgml
index 60a554e47f34f00957e2aec45a92be3d0ac1351b..8616ef83c7b441dfcc11335f29c26d120885057d 100644 (file)
@@ -2,14 +2,12 @@
 GtkHScale
 
 <!-- ##### SECTION Short_Description ##### -->
-a horizontal slider widget for selecting a value from a range.
+A horizontal slider widget for selecting a value from a range
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 The #GtkHScale widget is used to allow the user to select a value using
-a horizontal slider.
-A #GtkAdjustment is used to set the initial value, the lower
-and upper bounds, and the step and page increments.
+a horizontal slider. To create one, use gtk_hscale_new_with_range().
 </para>
 <para>
 The position to show the current value, and the number of decimal places
@@ -21,6 +19,12 @@ shown can be set using the parent #GtkScale class's functions.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkHScale ##### -->
 <para>
 The #GtkHScale-struct struct contains private data only, and
@@ -37,3 +41,14 @@ Creates a new #GtkHScale.
 @Returns: a new #GtkHScale.
 
 
+<!-- ##### FUNCTION gtk_hscale_new_with_range ##### -->
+<para>
+
+</para>
+
+@min: 
+@max: 
+@step: 
+@Returns: 
+
+