Merge pull request #89036 from Mickeon/documentation-uncommon-words-2

Overhaul some "uncommon" wording in class reference
This commit is contained in:
Rémi Verschelde
2024-03-01 17:22:18 +01:00
57 changed files with 128 additions and 121 deletions

View File

@@ -470,10 +470,10 @@
Cross cursor. Typically appears over regions in which a drawing operation can be performed or for selections.
</constant>
<constant name="CURSOR_WAIT" value="4" enum="CursorShape">
Wait cursor. Indicates that the application is busy performing an operation. This cursor shape denotes that the application isn't usable during the operation (e.g. something is blocking its main thread).
Wait cursor. Indicates that the application is busy performing an operation, and that it cannot be used during the operation (e.g. something is blocking its main thread).
</constant>
<constant name="CURSOR_BUSY" value="5" enum="CursorShape">
Busy cursor. Indicates that the application is busy performing an operation. This cursor shape denotes that the application is still usable during the operation.
Busy cursor. Indicates that the application is busy performing an operation, and that it is still usable during the operation.
</constant>
<constant name="CURSOR_DRAG" value="6" enum="CursorShape">
Drag cursor. Usually displayed when dragging something.