2020-05-24 19:28:22 +08:00
|
|
|
## widget\_cursor\_t
|
|
|
|
### 概述
|
2020-06-26 17:45:03 +08:00
|
|
|
控件鼠标光标常量定义。
|
|
|
|
### 常量
|
2020-05-24 19:28:22 +08:00
|
|
|
<p id="widget_cursor_t_consts">
|
|
|
|
|
|
|
|
| 名称 | 说明 |
|
|
|
|
| -------- | ------- |
|
|
|
|
| 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。 |
|