]> 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 3f32ee75ee979a80d9b93554d5bac7314960be8c..2dc9a898e036d1f0f8b344df38a422777e506b2e 100644 (file)
@@ -5,11 +5,22 @@ GtkRuler
 Base class for horizontal or vertical rulers
 
 <!-- ##### SECTION Long_Description ##### -->
+<note>
+<para>
+ 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
+ of general interest. However, we are not accepting new features for
+ 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>
@@ -19,23 +30,43 @@ 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
 points are really 1/72.27 in.)
 </para>
 
-@widget:
-@backing_store: 
-@non_gr_exp_gc: 
-@metric: 
-@xsrc: 
-@ysrc: 
-@slider_size: 
-@lower: 
-@upper: 
-@position: 
-@max_size: 
+
+<!-- ##### 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>
@@ -61,29 +92,34 @@ 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_draw_ticks ##### -->
+<!-- ##### FUNCTION gtk_ruler_get_metric ##### -->
 <para>
 
 </para>
 
-@ruler: the gtkruler
+@ruler: 
+@Returns: 
 
 
-<!-- ##### FUNCTION gtk_ruler_draw_pos ##### -->
+<!-- ##### FUNCTION gtk_ruler_get_range ##### -->
 <para>
 
 </para>
 
-@ruler: the gtkruler
+@ruler: 
+@lower: 
+@upper: 
+@position: 
+@max_size: