1
2@c %start of fragment
3
4@node GtkHRuler
5@chapter GtkHRuler
6A horizontal ruler.
7
8@section Overview
9This widget is considered too specialized/little-used for GTK+, and will in the
10future be moved to some other package. If your application needs this widget,
11feel free to use it, as the widget does work and is useful in some applications;
12it's just not of general interest. However, we are not accepting new features
13for the widget, and it will eventually move out of the GTK+ distribution.
14
15The HRuler widget is a widget arranged horizontally creating a ruler that is
16utilized around other widgets such as a text widget. The ruler is used to show
17the location of the mouse on the window and to show the size of the window in
18specified units. The available units of measurement are GTK_PIXELS, GTK_INCHES
19and GTK_CENTIMETERS. GTK_PIXELS is the default. rulers.
20
21@section Usage
22@include defuns-gtkhruler.xml.texi
23
24@c %end of fragment
25