mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
io/pointer: fix order of Cursor comments
Signed-off-by: Dominik Honnef <dominik@honnef.co>
This commit is contained in:
committed by
Elias Naur
parent
b9416c7c9c
commit
b67bef3e0d
@@ -119,11 +119,11 @@ const (
|
|||||||
// CursorGrabbing is for content that is being grabbed (dragged to be moved).
|
// CursorGrabbing is for content that is being grabbed (dragged to be moved).
|
||||||
// Usually displayed as a closed hand.
|
// Usually displayed as a closed hand.
|
||||||
CursorGrabbing
|
CursorGrabbing
|
||||||
// CursorWait is shown when the program is busy and user cannot interact.
|
|
||||||
// Usually displayed as a hourglass or the system equivalent.
|
|
||||||
CursorNotAllowed
|
|
||||||
// CursorNotAllowed is shown when the request action cannot be carried out.
|
// CursorNotAllowed is shown when the request action cannot be carried out.
|
||||||
// Usually displayed as a circle with a line through.
|
// Usually displayed as a circle with a line through.
|
||||||
|
CursorNotAllowed
|
||||||
|
// CursorWait is shown when the program is busy and user cannot interact.
|
||||||
|
// Usually displayed as a hourglass or the system equivalent.
|
||||||
CursorWait
|
CursorWait
|
||||||
// CursorProgress is shown when the program is busy, but the user can still interact.
|
// CursorProgress is shown when the program is busy, but the user can still interact.
|
||||||
// Usually displayed as a default cursor with a hourglass.
|
// Usually displayed as a default cursor with a hourglass.
|
||||||
|
|||||||
Reference in New Issue
Block a user