]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkhruler.sgml
ran make templates, to fix problems with structs.
[~andy/gtk] / docs / reference / gtk / tmpl / gtkhruler.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkHRuler
3
4 <!-- ##### SECTION Short_Description ##### -->
5 A horizontal ruler.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The HRuler widget is a widget arranged horizontally creating a ruler that is
10 utilized around other widgets such as a text widget. The ruler is used to show
11 the location of the mouse on the window and to show the size of the window in
12 specified units. The available units of measurement are GTK_PIXELS, GTK_INCHES
13 and GTK_CENTIMETERS. GTK_PIXELS is the default. 
14 rulers.
15 </para>
16
17 <!-- ##### SECTION See_Also ##### -->
18 <para>
19
20 </para>
21
22 <!-- ##### STRUCT GtkHRuler ##### -->
23 <para>
24 The #GtkHRuler struct contains private data and should be accessed
25 with the functions below.
26 </para>
27
28
29 <!-- ##### FUNCTION gtk_hruler_new ##### -->
30 <para>
31 Creates a new horizontal ruler.
32 </para>
33
34 @Returns: the new GTKHRuler.
35
36