mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
Update cursor docs
Include new images for context-menu and for no-drop.
This commit is contained in:
parent
4b8dfd8825
commit
0d18a429aa
@ -162,6 +162,7 @@ HTML_IMAGES = \
|
||||
images/grabbing_cursor.png \
|
||||
images/grab_cursor.png \
|
||||
images/hand_cursor.png \
|
||||
images/context_menu_cursor.png \
|
||||
images/help_cursor.png \
|
||||
images/move_cursor.png \
|
||||
images/ne_resize_cursor.png \
|
||||
|
BIN
docs/reference/gdk/images/context_menu_cursor.png
Normal file
BIN
docs/reference/gdk/images/context_menu_cursor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
@ -253,7 +253,7 @@ gdk_cursor_new_for_display (GdkDisplay *display,
|
||||
* - ![](default_cursor.png) "default"
|
||||
* - ![](help_cursor.png) "help"
|
||||
* - ![](pointer_cursor.png) "pointer"
|
||||
* - ![](pointer_cursor.png) "context-menu"
|
||||
* - ![](context_menu_cursor.png) "context-menu"
|
||||
* - ![](progress_cursor.png) "progress"
|
||||
* - ![](wait_cursor.png) "wait"
|
||||
* - ![](cell_cursor.png) "cell"
|
||||
@ -262,8 +262,8 @@ gdk_cursor_new_for_display (GdkDisplay *display,
|
||||
* - ![](vertical_text_cursor.png) "vertical-text"
|
||||
* - ![](alias_cursor.png) "alias"
|
||||
* - ![](copy_cursor.png) "copy"
|
||||
* - ![](move_cursor.png) "move"
|
||||
* - ![](no_drop_cursor.png) "no-drop"
|
||||
* - ![](move_cursor.png) "move"
|
||||
* - ![](not_allowed_cursor.png) "not-allowed"
|
||||
* - ![](grab_cursor.png) "grab"
|
||||
* - ![](grabbing_cursor.png) "grabbing"
|
||||
|
Loading…
Reference in New Issue
Block a user