Document GtkBorder
svn path=/trunk/; revision=21990
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
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/gtkenums.sgml: Document GtkArrowPlacement
|
||||||
* gtk/tmpl/gtkbuilder.sgml: Document GtkBuilderError
|
* gtk/tmpl/gtkbuilder.sgml: Document GtkBuilderError
|
||||||
|
|
||||||
|
@ -163,7 +163,6 @@ Does the same as gtk_style_apply_default_background().
|
|||||||
@Deprecated: Use gtk_style_apply_default_background() instead.
|
@Deprecated: Use gtk_style_apply_default_background() instead.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_style_lookup_color ##### -->
|
<!-- ##### FUNCTION gtk_style_lookup_color ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -959,13 +958,15 @@ Does the same as gtk_style_apply_default_background().
|
|||||||
|
|
||||||
<!-- ##### STRUCT GtkBorder ##### -->
|
<!-- ##### STRUCT GtkBorder ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
A struct that specifies a border around a rectangular area that can
|
||||||
|
be of different width on each side.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@left:
|
@left: The width of the left border.
|
||||||
@right:
|
@right: The width of the right border.
|
||||||
@top:
|
@top: The width of the top border.
|
||||||
@bottom:
|
@bottom: The width of the bottom border.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_border_new ##### -->
|
<!-- ##### FUNCTION gtk_border_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user