]> Pileus Git - ~andy/gtk/commitdiff
Additions.
authorMatthias Clasen <maclas@gmx.de>
Sat, 12 Apr 2003 23:29:46 +0000 (23:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 12 Apr 2003 23:29:46 +0000 (23:29 +0000)
2003-04-13  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkenums.sgml: Additions.

* gtk/tmpl/gtkvruler.sgml:
* gtk/tmpl/gtkhruler.sgml:
* gtk/tmpl/gtkgamma.sgml:
* gtk/tmpl/gtkcurve.sgml:
* gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcurve.sgml
docs/reference/gtk/tmpl/gtkenums.sgml
docs/reference/gtk/tmpl/gtkgamma.sgml
docs/reference/gtk/tmpl/gtkhruler.sgml
docs/reference/gtk/tmpl/gtkruler.sgml
docs/reference/gtk/tmpl/gtkvruler.sgml

index 5fe810526442a41ba0c8c84040b9797ad79e6779..a50d52f21867c996853bc06ac2c468bf06275e3b 100644 (file)
@@ -1,5 +1,13 @@
 2003-04-13  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/tmpl/gtkenums.sgml: Additions.
+
+       * gtk/tmpl/gtkvruler.sgml: 
+       * gtk/tmpl/gtkhruler.sgml: 
+       * gtk/tmpl/gtkgamma.sgml: 
+       * gtk/tmpl/gtkcurve.sgml: 
+       * gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.
+
        * gtk/gtk-sections.txt: Add a bunch of new functions.
 
 2003-04-09  Matthias Clasen  <maclas@gmx.de>
index 3f4337c5c00db7d14f8a8ed6fc1f8eccee89ad1d..674e39ba3f1538bda2190a594bffc96281840396 100644 (file)
@@ -5,8 +5,9 @@ GtkCurve
 allows direct editing of a curve.
 
 <!-- ##### 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,6 +15,7 @@ allows direct editing of a curve.
  the widget, and it will eventually move out of the GTK+
  distribution.
 </para>
+</note>
 <para>
 The #GtkCurve widget allows the user to edit a curve covering a range of
 values. It is typically used to fine-tune color balances in graphics
index 6e2fcdcb145d248cbfab717fc5968f46977e33a0..ee02d4aceb2942c130ef7953564f4b8e87ae11f3 100644 (file)
@@ -134,13 +134,13 @@ widget.
 
 <!-- ##### ENUM GtkExpanderStyle ##### -->
 <para>
-
+Used to specify the style of the expanders drawn by a #GtkTreeView.
 </para>
 
-@GTK_EXPANDER_COLLAPSED: 
-@GTK_EXPANDER_SEMI_COLLAPSED: 
-@GTK_EXPANDER_SEMI_EXPANDED: 
-@GTK_EXPANDER_EXPANDED: 
+@GTK_EXPANDER_COLLAPSED: The style used for a collapsed subtree.
+@GTK_EXPANDER_SEMI_COLLAPSED: Intermediate style used during animation.
+@GTK_EXPANDER_SEMI_EXPANDED: Intermediate style used during animation.
+@GTK_EXPANDER_EXPANDED: The style used for an expanded subtree.
 
 <!-- ##### ENUM GtkIMPreeditStyle ##### -->
 <para>
@@ -183,12 +183,12 @@ Used for justifying the text inside a #GtkLabel widget. (See also
 
 <!-- ##### ENUM GtkMetricType ##### -->
 <para>
-
+Used to indicate which metric is used by a #GtkRuler.
 </para>
 
-@GTK_PIXELS: 
-@GTK_INCHES: 
-@GTK_CENTIMETERS: 
+@GTK_PIXELS: Pixels.
+@GTK_INCHES: Inches.
+@GTK_CENTIMETERS: Centimeters.
 
 <!-- ##### ENUM GtkMovementStep ##### -->
 <para>
@@ -208,11 +208,12 @@ Used for justifying the text inside a #GtkLabel widget. (See also
 
 <!-- ##### ENUM GtkOrientation ##### -->
 <para>
-
+Represents the orientation of widgets which can be switched between horizontal
+and vertical orientation on the fly, like #GtkToolbar.
 </para>
 
-@GTK_ORIENTATION_HORIZONTAL: 
-@GTK_ORIENTATION_VERTICAL: 
+@GTK_ORIENTATION_HORIZONTAL: The widget is in horizontal orientation.
+@GTK_ORIENTATION_VERTICAL: The widget is in vertical orientation.
 
 <!-- ##### ENUM GtkPackType ##### -->
 <para>
@@ -256,13 +257,15 @@ when all of a #GtkCList can not be seen.
 
 <!-- ##### ENUM GtkPositionType ##### -->
 <para>
-
+Describes which edge of a widget a certain feature is positioned at, e.g. the
+tabs of a #GtkNotebook, the handle of a #GtkHandleBox or the label of a 
+#GtkScale.
 </para>
 
-@GTK_POS_LEFT: 
-@GTK_POS_RIGHT: 
-@GTK_POS_TOP: 
-@GTK_POS_BOTTOM: 
+@GTK_POS_LEFT: The feature is at the left edge.
+@GTK_POS_RIGHT: The feature is at the right edge.
+@GTK_POS_TOP: The feature is at the top edge.
+@GTK_POS_BOTTOM: The feature is at the bottom edge.
 
 <!-- ##### ENUM GtkPreviewType ##### -->
 <para>
@@ -275,12 +278,12 @@ contains grayscale or red-green-blue data.
 
 <!-- ##### ENUM GtkReliefStyle ##### -->
 <para>
-
+Indicated the relief to be drawn around a #GtkButton.
 </para>
 
-@GTK_RELIEF_NORMAL: 
-@GTK_RELIEF_HALF: 
-@GTK_RELIEF_NONE: 
+@GTK_RELIEF_NORMAL: Draw a normal relief.
+@GTK_RELIEF_HALF: A half relief.
+@GTK_RELIEF_NONE: No relief.
 
 <!-- ##### ENUM GtkResizeMode ##### -->
 <para>
@@ -402,12 +405,12 @@ other, rather than vertically stacked
 
 <!-- ##### ENUM GtkVisibility ##### -->
 <para>
-
+Used by #GtkCList and #GtkCTree to indicate whether a row is visible.
 </para>
 
-@GTK_VISIBILITY_NONE: 
-@GTK_VISIBILITY_PARTIAL: 
-@GTK_VISIBILITY_FULL: 
+@GTK_VISIBILITY_NONE: The row is not visible.
+@GTK_VISIBILITY_PARTIAL: The row is partially visible.
+@GTK_VISIBILITY_FULL: The row is fully visible.
 
 <!-- ##### ENUM GtkWindowPosition ##### -->
 <para>
index 897426c1ed9f16adbdf07fca1dfbf62dc987c4fe..d9aac33d78bcb2471e181fd67dd7af0342e4f48b 100644 (file)
@@ -5,8 +5,9 @@ GtkGammaCurve
 a subclass of #GtkCurve for editing gamma curves.
 
 <!-- ##### 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,6 +15,7 @@ a subclass of #GtkCurve for editing gamma curves.
  the widget, and it will eventually move out of the GTK+
  distribution.
 </para>
+</note>
 <para>
 The #GtkGammaCurve widget is a variant of #GtkCurve specifically for
 editing gamma curves, which are used in graphics applications such as the
index 524bdfc4d0aad8670357d179d9592116d4e9182e..7071b63c43321dec17b88fd8f0bb582176193668 100644 (file)
@@ -5,8 +5,9 @@ GtkHRuler
 A horizontal ruler.
 
 <!-- ##### 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,6 +15,7 @@ A horizontal ruler.
  the widget, and it will eventually move out of the GTK+
  distribution.
 </para>
+</note>
 <para>
 The HRuler widget is a widget arranged horizontally creating a ruler that is
 utilized around other widgets such as a text widget. The ruler is used to show
index 1b19ad054533b8815271b71f41fb91f6ca55cf4b..e18e026fdbd0ab6623242d2615e08c311b69fe08 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>
index ee07fc9852f6619a9498056d05a61604994263e4..8873887c3e144c2bdb472db62b5526a1ce5b9ef2 100644 (file)
@@ -5,8 +5,9 @@ GtkVRuler
 A vertical ruler.
 
 <!-- ##### 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,6 +15,7 @@ A vertical ruler.
  the widget, and it will eventually move out of the GTK+
  distribution.
 </para>
+</note>
 <para>
 The VRuler widget is a widget arranged vertically creating a ruler that is
 utilized around other widgets such as a text widget. The ruler is used to show