## widget\_cursor\_t ### 概述 控件鼠标光标常量定义。 ### 常量
| 名称 | 说明 | | -------- | ------- | | WIDGET\_CURSOR\_DEFAULT | 默认光标。 | | WIDGET\_CURSOR\_EDIT | 文本选择光标。 | | WIDGET\_CURSOR\_HAND | 手指光标。 | | WIDGET\_CURSOR\_WAIT | 等待光标。 | | WIDGET\_CURSOR\_CROSS | 叉光标。 | | WIDGET\_CURSOR\_NO | Slashed circle or crossbones。 | | WIDGET\_CURSOR\_SIZENWSE | Double arrow pointing northwest and southeast。 | | WIDGET\_CURSOR\_SIZENESW | Double arrow pointing northeast and southwest。 | | WIDGET\_CURSOR\_SIZEWE | Double arrow pointing west and east。 | | WIDGET\_CURSOR\_SIZENS | Double arrow pointing north and south。 | | WIDGET\_CURSOR\_SIZEALL | Four pointed arrow pointing north, south, east, and west。 |