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



Author: matthiasc
Date: Mon Dec 29 05:40:42 2008
New Revision: 21984
URL: http://svn.gnome.org/viewvc/gtk+?rev=21984&view=rev

Log:
Document GtkArrowPlacement


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

Modified: trunk/docs/reference/gtk/tmpl/gtkenums.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkenums.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkenums.sgml	Mon Dec 29 05:40:42 2008
@@ -49,6 +49,15 @@
 @GTK_ANCHOR_W: 
 @GTK_ANCHOR_E: 
 
+<!-- ##### ENUM GtkArrowPlacement ##### -->
+<para>
+Used to specify the placement of scroll arrows in scrolling menus.
+</para>
+
+ GTK_ARROWS_BOTH: Place one arrow on each end of the menu.
+ GTK_ARROWS_START: Place both arrows at the top of the menu.
+ GTK_ARROWS_END: Place both arrows at the bottom of the menu.
+
 <!-- ##### ENUM GtkArrowType ##### -->
 <para>
 Used to indicate the direction in which a #GtkArrow should point.



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