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 - * 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. - @@ -959,13 +958,15 @@ Does the same as gtk_style_apply_default_background(). - +A struct that specifies a border around a rectangular area that can +be of different width on each side. -@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. +