awtk/docs/manual/indicator_default_paint_t.md

14 lines
752 B
Markdown
Raw Normal View History

2019-07-04 10:05:59 +08:00
## indicator\_default\_paint\_t
### 概述
2020-06-26 17:45:03 +08:00
指示器默认绘制的类型。
### 常量
2019-07-04 10:05:59 +08:00
<p id="indicator_default_paint_t_consts">
| 名称 | 说明 |
| -------- | ------- |
| INDICATOR\_DEFAULT\_PAINT\_AUTO | 自动选择。 |
| INDICATOR\_DEFAULT\_PAINT\_FILL\_DOT | 实心圆点指示器当前项填充selected\_fg\_color其他填充fg\_color。 |
| INDICATOR\_DEFAULT\_PAINT\_STROKE\_DOT | 镂空圆点指示器当前项填充selected\_fg\_color其他镂空fg\_color。 |
| INDICATOR\_DEFAULT\_PAINT\_FILL\_RECT | 实心矩形指示器当前项填充selected\_fg\_color其他填充fg\_color。 |
| INDICATOR\_DEFAULT\_PAINT\_STROKE\_RECT | 镂空矩形指示器当前项填充selected\_fg\_color其他镂空fg\_color。 |