Document GtkArrowPlacement
svn path=/trunk/; revision=21984
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement
|
||||||
|
|
||||||
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtk-sections.txt: Remove duplicate vscrollbar section.
|
* gtk/gtk-sections.txt: Remove duplicate vscrollbar section.
|
||||||
|
@ -49,6 +49,15 @@ Public enumerated types used throughout GTK+
|
|||||||
@GTK_ANCHOR_W:
|
@GTK_ANCHOR_W:
|
||||||
@GTK_ANCHOR_E:
|
@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 ##### -->
|
<!-- ##### ENUM GtkArrowType ##### -->
|
||||||
<para>
|
<para>
|
||||||
Used to indicate the direction in which a #GtkArrow should point.
|
Used to indicate the direction in which a #GtkArrow should point.
|
||||||
|
Reference in New Issue
Block a user