]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkruler.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkruler.sgml
index 9c24b2abc91cb9ae775cf3634510f813d9f34ed1..2dc9a898e036d1f0f8b344df38a422777e506b2e 100644 (file)
@@ -5,8 +5,9 @@ GtkRuler
 Base class for horizontal or vertical rulers
 
 <!-- ##### SECTION Long_Description ##### -->
+<note>
 <para>
NOTE this widget is considered too specialized/little-used for
This widget is considered too specialized/little-used for
  GTK+, and will in the future be moved to some other package.  If
  your application needs this widget, feel free to use it, as the
  widget does work and is useful in some applications; it's just not
@@ -14,11 +15,12 @@ Base class for horizontal or vertical rulers
  the widget, and it will eventually move out of the GTK+
  distribution.
 </para>
+</note>
 <para>
 The GTKRuler widget is a base class for horizontal and vertical rulers. Rulers
 are used to show the mouse pointer's location in a window. The ruler can either
 be horizontal or vertical on the window. Within the ruler a small triangle
-indicates the location of the mouse relative to the horixontal or vertical
+indicates the location of the mouse relative to the horizontal or vertical
 ruler. See #GtkHRuler to learn how to create a new horizontal ruler. See
 #GtkVRuler to learn how to create a new vertical ruler.
 </para>
@@ -28,6 +30,12 @@ ruler. See #GtkHRuler to learn how to create a new horizontal ruler. See
 #GtkHRuler, #GtkVRuler
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkRuler ##### -->
 <para>
 All distances are in 1/72nd's of an inch. (According to Adobe thats a point, but
@@ -35,6 +43,31 @@ points are really 1/72.27 in.)
 </para>
 
 
+<!-- ##### ARG GtkRuler:lower ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRuler:max-size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRuler:metric ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRuler:position ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRuler:upper ##### -->
+<para>
+
+</para>
+
 <!-- ##### STRUCT GtkRulerMetric ##### -->
 <para>
 This should be points_per_unit. This is the size of the unit in 1/72nd's of an inch and has nothing to do with screen pixels. 
@@ -59,14 +92,14 @@ is GTK_PIXELS.
 
 <!-- ##### FUNCTION gtk_ruler_set_range ##### -->
 <para>
-This sets the range of the ruler using gfloat lower, gfloat upper, gfloat position, and gfloat max_size. 
+
 </para>
 
-@ruler: the gtkruler
-@lower: the upper limit of the ruler
-@upper: the lower limit of the ruler
-@position: the mark on the ruler
-@max_size: the maximum size of the ruler
+@ruler: 
+@lower: 
+@upper: 
+@position: 
+@max_size: 
 
 
 <!-- ##### FUNCTION gtk_ruler_get_metric ##### -->
@@ -90,23 +123,3 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi
 @max_size: 
 
 
-<!-- ##### ARG GtkRuler:lower ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkRuler:upper ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkRuler:position ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkRuler:max-size ##### -->
-<para>
-
-</para>
-