From: Dmitry Kalyanov Date: Sun, 13 Sep 2009 20:38:11 +0000 (+0400) Subject: Add GtkHScale and GtkVScale documentation X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9bf3f483470fbdbfc071c2eaf0db914ce01288d7;p=cl-gtk2.git Add GtkHScale and GtkVScale documentation --- 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