Add GtkHScale and GtkVScale documentation
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 20:38:11 +0000 (00:38 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 20:38:11 +0000 (00:38 +0400)
doc/gtk.widgets.texi

index df06f73..7156e1f 100644 (file)
@@ -2249,6 +2249,10 @@ Signals:
 @Class h-scale
 Superclass: @ref{scale} @ref{atk-implementor-iface} @ref{buildable} @ref{orientable}
 
+The @ref{h-scale} widget is used to allow the user to select a value using a horizontal slider.
+
+The position to show the current value, and the number of decimal places shown can be set using the parent @ref{scale} class's functions.
+
 Slots:
 @itemize
 @end itemize
@@ -4134,6 +4138,10 @@ Signals:
 @Class v-scale
 Superclass: @ref{scale} @ref{atk-implementor-iface} @ref{buildable} @ref{orientable}
 
+The @ref{v-scale} widget is used to allow the user to select a value using a vertical slider.
+
+The position to show the current value, and the number of decimal places shown can be set using the parent @ref{scale} class's functions.
+
 Slots:
 @itemize
 @end itemize