Additions

svn path=/trunk/; revision=21989
This commit is contained in:
Matthias Clasen 2008-12-29 06:31:44 +00:00
parent ff45f5455e
commit 0ce79a851d
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmenubar.sgml: Document GtkPackDirection.
* gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement
* gtk/tmpl/gtkbuilder.sgml: Document GtkBuilderError

View File

@ -84,13 +84,14 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
<!-- ##### ENUM GtkPackDirection ##### -->
<para>
Determines how widgets should be packed insided menubars and
menuitems contained in menubars.
</para>
@GTK_PACK_DIRECTION_LTR:
@GTK_PACK_DIRECTION_RTL:
@GTK_PACK_DIRECTION_TTB:
@GTK_PACK_DIRECTION_BTT:
@GTK_PACK_DIRECTION_LTR: Widgets are packed left-to-right.
@GTK_PACK_DIRECTION_RTL: Widgets are packed right-to-left.
@GTK_PACK_DIRECTION_TTB: Widgets are packed top-to-bottom.
@GTK_PACK_DIRECTION_BTT: Widgets are packed bottom-to-top.
<!-- ##### FUNCTION gtk_menu_bar_set_pack_direction ##### -->
<para>