summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-03-30 07:55:01 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-03-30 07:55:01 +0000
commit90eac8845dd0bda11e8cf1c6026199207fb344ad (patch)
tree021da9ffacb1639489f620dcddca2cc5726717a5
parent2978182bcd32c18ea53a1a470effc11811089367 (diff)
downloadpygtk-90eac8845dd0bda11e8cf1c6026199207fb344ad.tar.gz
pygtk-gtkalignment.xml Add description of padding properties available in
* pygtk-gtkalignment.xml Add description of padding properties available in GTK+ 2.4.
-rw-r--r--docs/reference/pygtk-gtkalignment.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/reference/pygtk-gtkalignment.xml b/docs/reference/pygtk-gtkalignment.xml
index 4b4dfbc2..3c3f9656 100644
--- a/docs/reference/pygtk-gtkalignment.xml
+++ b/docs/reference/pygtk-gtkalignment.xml
@@ -98,6 +98,33 @@ child will absorb none, 1.0 means the child will absorb all</entry>
child will absorb none, 1.0 means the child will absorb all</entry>
</row>
+ <row valign="top">
+ <entry>"bottom-padding"</entry> <entry>Read/Write</entry>
+ <entry>The padding to insert at the bottom of the widget. GTK+ 2.4
+ and above.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"top-padding"</entry>
+ <entry>Read/Write</entry>
+ <entry>The padding to insert at the top of the widget. GTK+ 2.4
+ and above.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"left-padding"</entry>
+ <entry>Read/Write</entry>
+ <entry>The padding to insert at the left of the widget. GTK+ 2.4
+ and above.</entry>
+ </row>
+
+ <row valign="top">
+ <entry>"right-padding"</entry>
+ <entry>Read/Write</entry>
+ <entry>The padding to insert at the right of the widget. GTK+ 2.4
+ and above.</entry>
+ </row>
+
</tbody>
</tgroup>
</informaltable>