summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 06:37:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 06:37:01 +0000
commit5686375e4564dd41415049de113f2ff671cdc276 (patch)
tree9ae0d678fc25f75d395ce41ca3d99aaa1926b656 /docs
parent0ce79a851d2f0545a76ccce724ad486d52605bdc (diff)
downloadgtk+-5686375e4564dd41415049de113f2ff671cdc276.tar.gz
Document GtkBorder
svn path=/trunk/; revision=21990
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog3
-rw-r--r--docs/reference/gtk/tmpl/gtkstyle.sgml13
2 files changed, 9 insertions, 7 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index ea46034902..b2b53e9b27 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,6 +1,7 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
- * gtk/tmpl/gtkmenubar.sgml: Document GtkPackDirection.
+ * gtk/tmpl/gtkstyle.sgml: Document GtkBorder
+ * gtk/tmpl/gtkmenubar.sgml: Document GtkPackDirection
* gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement
* gtk/tmpl/gtkbuilder.sgml: Document GtkBuilderError
diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml
index b8b36b4cdd..912a6fdc35 100644
--- a/docs/reference/gtk/tmpl/gtkstyle.sgml
+++ b/docs/reference/gtk/tmpl/gtkstyle.sgml
@@ -163,7 +163,6 @@ Does the same as gtk_style_apply_default_background().
@Deprecated: Use gtk_style_apply_default_background() instead.
-
<!-- ##### FUNCTION gtk_style_lookup_color ##### -->
<para>
@@ -959,13 +958,15 @@ Does the same as gtk_style_apply_default_background().
<!-- ##### STRUCT GtkBorder ##### -->
<para>
-
+A struct that specifies a border around a rectangular area that can
+be of different width on each side.
</para>
-@left:
-@right:
-@top:
-@bottom:
+@left: The width of the left border.
+@right: The width of the right border.
+@top: The width of the top border.
+@bottom: The width of the bottom border.
+
<!-- ##### FUNCTION gtk_border_new ##### -->
<para>