diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-05-08 14:21:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-05-08 14:21:11 -0400 |
commit | 647f0e6025960eeb9ada779605ddf4e269868d26 (patch) | |
tree | 81c9539fc29f83576cb4b8b3a5ce5a383689e37c /gdk/gdkcursor.c | |
parent | d3f1b3ee4185391a813c8b8a910f7f00ac3efa1c (diff) | |
download | gtk+-647f0e6025960eeb9ada779605ddf4e269868d26.tar.gz |
docs: Show less ugly X cursors
Don't list examples in the gdk_cursor_new_for_display() docs,
since we now have a list of recommended names for the
from_name() call.
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index b854c6cd2c..fd88123ce3 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -226,26 +226,6 @@ gdk_cursor_get_cursor_type (GdkCursor *cursor) * * Creates a new cursor from the set of builtin cursors. * - * Some useful ones are: - * - ![](right_ptr.png) #GDK_RIGHT_PTR (right-facing arrow) - * - ![](crosshair.png) #GDK_CROSSHAIR (crosshair) - * - ![](xterm.png) #GDK_XTERM (I-beam) - * - ![](watch.png) #GDK_WATCH (busy) - * - ![](fleur.png) #GDK_FLEUR (for moving objects) - * - ![](hand1.png) #GDK_HAND1 (a right-pointing hand) - * - ![](hand2.png) #GDK_HAND2 (a left-pointing hand) - * - ![](left_side.png) #GDK_LEFT_SIDE (resize left side) - * - ![](right_side.png) #GDK_RIGHT_SIDE (resize right side) - * - ![](top_left_corner.png) #GDK_TOP_LEFT_CORNER (resize northwest corner) - * - ![](top_right_corner.png) #GDK_TOP_RIGHT_CORNER (resize northeast corner) - * - ![](bottom_left_corner.png) #GDK_BOTTOM_LEFT_CORNER (resize southwest corner) - * - ![](bottom_right_corner.png) #GDK_BOTTOM_RIGHT_CORNER (resize southeast corner) - * - ![](top_side.png) #GDK_TOP_SIDE (resize top side) - * - ![](bottom_side.png) #GDK_BOTTOM_SIDE (resize bottom side) - * - ![](sb_h_double_arrow.png) #GDK_SB_H_DOUBLE_ARROW (move vertical splitter) - * - ![](sb_v_double_arrow.png) #GDK_SB_V_DOUBLE_ARROW (move horizontal splitter) - * - #GDK_BLANK_CURSOR (Blank cursor). Since 2.16 - * * Returns: a new #GdkCursor * * Since: 2.2 |