fix up my list of "cursors that are actually useful" in gdk_cursor_new()

2001-12-07  Havoc Pennington  <hp@pobox.com>

	* gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
	"cursors that are actually useful" in gdk_cursor_new() docs
This commit is contained in:
Havoc Pennington
2001-12-07 05:27:17 +00:00
committed by Havoc Pennington
parent ef3b6dbe71
commit 6c98b1cb04
9 changed files with 92 additions and 14 deletions

View File

@ -27,7 +27,6 @@ A <type>GdkCursor</type> structure represents a cursor.
The standard cursors available.
</para>
@GDK_X_CURSOR: <inlinegraphic format="png" fileref="X_cursor.png"></inlinegraphic>
@GDK_ARROW: <inlinegraphic format="png" fileref="arrow.png"></inlinegraphic>
@GDK_BASED_ARROW_DOWN: <inlinegraphic format="png" fileref="based_arrow_down.png"></inlinegraphic>
@ -105,11 +104,10 @@ The standard cursors available.
@GDK_UR_ANGLE: <inlinegraphic format="png" fileref="ur_angle.png"></inlinegraphic>
@GDK_WATCH: <inlinegraphic format="png" fileref="watch.png"></inlinegraphic>
@GDK_XTERM: <inlinegraphic format="png" fileref="xterm.png"></inlinegraphic>
@GDK_LAST_CURSOR:
@GDK_LAST_CURSOR:
@GDK_CURSOR_IS_PIXMAP: type of cursors constructed with
gdk_cursor_new_from_pixmap().
<!-- ##### FUNCTION gdk_cursor_new ##### -->
<para>
@ -123,7 +121,8 @@ The standard cursors available.
<para>
Creates a new cursor from a given pixmap and mask. Both the pixmap and mask
must have a depth of 1 (i.e. each pixel has only 2 values - on or off).
The standard cursor size is 16 by 16 pixels.
The standard cursor size is 16 by 16 pixels. You can create a bitmap
from inline data as in the below example.
</para>
<example><title>Creating a custom cursor.</title>
<programlisting>