Some more images for gtk_render docs

This commit is contained in:
Matthias Clasen 2010-11-23 11:20:29 -05:00 committed by Carlos Garnacho
parent d4c70f214d
commit f13f315312
4 changed files with 15 additions and 3 deletions

View File

@ -343,7 +343,9 @@ HTML_IMAGES = \
$(srcdir)/images/border3.png \
$(srcdir)/images/slices.png \
$(srcdir)/images/checks.png \
$(srcdir)/images/options.png
$(srcdir)/images/options.png \
$(srcdir)/images/arrows.png \
$(srcdir)/images/expanders.png
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS=--extra-dir=../gdk/html \

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

View File

@ -2985,6 +2985,11 @@ gtk_render_option (GtkStyleContext *context,
*
* Renders an arrow pointing to @angle.
*
* <example>
* <title>Typical arrow renderings at 0, 1&solidus;2 &pi;, &pi; and 3&solidus;2 &pi;</title>
* <inlinegraphic fileref="arrows.png" format="PNG"/>
* </example>
*
* Since: 3.0
**/
void
@ -3093,8 +3098,13 @@ gtk_render_frame (GtkStyleContext *context,
* @height: rectangle height
*
* Renders an expander (as used in #GtkTreeView and #GtkExpander) in the area
* defined by @x, @y, @width, @height. The state %GTK_STATE_FLAG_ACTIVE determines
* whether the expander is collapsed or expanded.
* defined by @x, @y, @width, @height. The state %GTK_STATE_FLAG_ACTIVE
* determines whether the expander is collapsed or expanded.
*
* <example>
* <title>Typical expander renderings</title>
* <inlinegraphic fileref="expanders.png" format="PNG"/>
* </example>
*
* Since: 3.0
**/