awtk/docs/manual/indicator_default_paint_t.md
2019-11-15 11:33:43 +08:00

14 lines
752 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## indicator\_default\_paint\_t
### 概述
指示器默认绘制的类型。
### 常量
<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。 |