summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkspinbutton.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-28 22:23:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-28 22:23:55 +0000
commit2aaf3c0e197e6c3fe0ece207fd79124f8c8b71d1 (patch)
treeae3fb7e5052882b0bcdb61af0bc08e814b0edf9f /docs/reference/gtk/tmpl/gtkspinbutton.sgml
parent810e488074871976be56df86aeb7f44f167de596 (diff)
downloadgdk-pixbuf-2aaf3c0e197e6c3fe0ece207fd79124f8c8b71d1.tar.gz
Markup fixes
* gtk/gtkwindow.c (gtk_window_move): Markup fixes * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes. * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs for Docbook XML. * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML. * gtk/tmpl/*: Remove property documentation which comes from the source now. * gtk/building.sgml: Remove traces of gxi.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkspinbutton.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkspinbutton.sgml24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml
index 458abe1f6..a1daff754 100644
--- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml
@@ -107,8 +107,8 @@ and should only be modified using the functions below.
<!-- ##### ENUM GtkSpinButtonUpdatePolicy ##### -->
<para>
-<informaltable pgwide=1 frame="none" role="enum">
-<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
+<informaltable pgwide="1" frame="none" role="enum">
+<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
<tbody>
<row>
<entry>GTK_UPDATE_ALWAYS</entry>
@@ -127,8 +127,8 @@ and should only be modified using the functions below.
<!-- ##### ENUM GtkSpinType ##### -->
<para>
-<informaltable pgwide=1 frame="none" role="struct">
-<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
+<informaltable pgwide="1" frame="none" role="struct">
+<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
<tbody>
<row>
<entry>GTK_SPIN_STEP_FORWARD,
@@ -435,42 +435,42 @@ use gtk_spin_button_get_value() instead.
<!-- ##### ARG GtkSpinButton:adjustment ##### -->
<para>
-the #GtkAdjustment that defines a spin button's main properties.
+
</para>
<!-- ##### ARG GtkSpinButton:climb-rate ##### -->
<para>
-the amount a spin button changes when an arrow is clicked.
+
</para>
<!-- ##### ARG GtkSpinButton:digits ##### -->
<para>
-the number of decimal places to display.
+
</para>
<!-- ##### ARG GtkSpinButton:snap-to-ticks ##### -->
<para>
-whether erroneous values are automatically changed to a spin button's nearest step increment.
+
</para>
<!-- ##### ARG GtkSpinButton:numeric ##### -->
<para>
-whether non-numeric characters should be ignored.
+
</para>
<!-- ##### ARG GtkSpinButton:wrap ##### -->
<para>
-whether a spin button should wrap upon reaching its limits.
+
</para>
<!-- ##### ARG GtkSpinButton:update-policy ##### -->
<para>
-how a spin button should be updated.
+
</para>
<!-- ##### ARG GtkSpinButton:value ##### -->
<para>
-reads the current value, or sets a new value.
+
</para>
<!-- ##### ARG GtkSpinButton:shadow-type ##### -->