# 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。 |