cursor-size-all (constant)
public constant cursor-size-all:Cursor ={StandardCursor HostCursorID.size-all}
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.BASE.

A Cursor with arrowheads pointing up, down, left, and right.

Example

Place your pointer on the RectangleGraphic in this example to see the cursor represented by cursor-size-all.
Example
{RectangleGraphic
    width = 1in,
    height = 0.5in,
    cursor = cursor-size-all
}

Notes

The local option Visual.cursor is used to associate a cursor with a graphical object or portion of text.

See the Cursors section of the Developer's Guide for a complete list of cursor constants.