diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-28 22:23:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-28 22:23:55 +0000 |
commit | 2aaf3c0e197e6c3fe0ece207fd79124f8c8b71d1 (patch) | |
tree | ae3fb7e5052882b0bcdb61af0bc08e814b0edf9f /docs/reference/gtk/tmpl/gtkbutton.sgml | |
parent | 810e488074871976be56df86aeb7f44f167de596 (diff) | |
download | gtk+-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/gtkbutton.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbutton.sgml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/reference/gtk/tmpl/gtkbutton.sgml b/docs/reference/gtk/tmpl/gtkbutton.sgml index 7b448c1a06..87becea1c8 100644 --- a/docs/reference/gtk/tmpl/gtkbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkbutton.sgml @@ -229,14 +229,13 @@ mouse cursor is. @button: the object which received the signal. <!-- ##### ARG GtkButton:label ##### --> -<para>
-The text within the child #GtkLabel of the #GtkButton. Only useful if
-there is actually a #GtkLabel inside of the #GtkButton.
+<para> + </para> <!-- ##### ARG GtkButton:relief ##### --> -<para>
-The #GtkReliefStyle as outlined in gtk_button_set_relief().
+<para> + </para> <!-- ##### ARG GtkButton:use-underline ##### --> @@ -249,22 +248,22 @@ The #GtkReliefStyle as outlined in gtk_button_set_relief(). </para> -<!-- ##### ARG GtkButton:default-border ##### --> +<!-- ##### ARG GtkButton:child-displacement-y ##### --> <para> </para> -<!-- ##### ARG GtkButton:default-outside-border ##### --> +<!-- ##### ARG GtkButton:child-displacement-x ##### --> <para> </para> -<!-- ##### ARG GtkButton:child-displacement-y ##### --> +<!-- ##### ARG GtkButton:default-border ##### --> <para> </para> -<!-- ##### ARG GtkButton:child-displacement-x ##### --> +<!-- ##### ARG GtkButton:default-outside-border ##### --> <para> </para> |