gtk+ r21990 - in trunk/docs/reference: . gtk/tmpl



Author: matthiasc
Date: Mon Dec 29 06:37:01 2008
New Revision: 21990
URL: http://svn.gnome.org/viewvc/gtk+?rev=21990&view=rev

Log:
Document GtkBorder


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkstyle.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkstyle.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkstyle.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkstyle.sgml	Mon Dec 29 06:37:01 2008
@@ -163,7 +163,6 @@
 @Deprecated: Use gtk_style_apply_default_background() instead.
 
 
-
 <!-- ##### FUNCTION gtk_style_lookup_color ##### -->
 <para>
 
@@ -959,13 +958,15 @@
 
 <!-- ##### 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]