diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-29 05:40:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-29 05:40:42 +0000 |
commit | f8d0aa6c1bdd4673934bf40af28104ead106d196 (patch) | |
tree | 86b43401edbb9a58c2adcf5a600689c0bd74bb28 /docs | |
parent | 400d50548c5e0afa3ce0cf40db7a2e9f004f1976 (diff) | |
download | gdk-pixbuf-f8d0aa6c1bdd4673934bf40af28104ead106d196.tar.gz |
Document GtkArrowPlacement
svn path=/trunk/; revision=21984
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkenums.sgml | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 62274ab3a..f46a6fbba 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2008-12-28 Matthias Clasen <mclasen@redhat.com> + * gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement + +2008-12-28 Matthias Clasen <mclasen@redhat.com> + * gtk/gtk-sections.txt: Remove duplicate vscrollbar section. Merge accident ? diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml index 4865fe99f..69457112b 100644 --- a/docs/reference/gtk/tmpl/gtkenums.sgml +++ b/docs/reference/gtk/tmpl/gtkenums.sgml @@ -49,6 +49,15 @@ Public enumerated types used throughout GTK+ @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. |