summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-05-31 04:17:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-31 04:17:42 +0000
commit540ca682cff8e18ca7d079b6c1250a82f70993f6 (patch)
treee312022410b1c78e7ac3794924c73e9a10a9d76b /docs
parent56caea3639cadc73d0466b300e3bc5c22bc4dd1b (diff)
downloadgdk-pixbuf-540ca682cff8e18ca7d079b6c1250a82f70993f6.tar.gz
Document the default attach options for gtk_table_attach_defaults().
Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtktable.sgml: Document the default attach options for gtk_table_attach_defaults(). (#143391, Steve Chaplin)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gtk/tmpl/gtktable.sgml2
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index e2304026c..591a2b433 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtktable.sgml: Document the default attach
+ options for gtk_table_attach_defaults(). (#143391,
+ Steve Chaplin)
+
Fri May 28 14:34:36 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcontainer.sgml: Fix docs for
diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml
index d2c380a42..4f7867657 100644
--- a/docs/reference/gtk/tmpl/gtktable.sgml
+++ b/docs/reference/gtk/tmpl/gtktable.sgml
@@ -210,7 +210,7 @@ and row numbers of the table. (Columns and rows are indexed from zero).
<!-- ##### FUNCTION gtk_table_attach_defaults ##### -->
<para>
-As there are many options associated with gtk_table_attach(), this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options.
+As there are many options associated with gtk_table_attach(), this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options. The values used for the #GtkAttachOptions are <literal>GTK_EXPAND | GTK_FILL</literal>, and the padding is set to 0.
</para>
@table: The table to add a new child widget to.