From 9bf3f483470fbdbfc071c2eaf0db914ce01288d7 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Mon, 14 Sep 2009 00:38:11 +0400 Subject: [PATCH] Add GtkHScale and GtkVScale documentation --- doc/gtk.widgets.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/gtk.widgets.texi b/doc/gtk.widgets.texi index df06f73..7156e1f 100644 --- a/doc/gtk.widgets.texi +++ b/doc/gtk.widgets.texi @@ -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 -- 1.7.10.4