awtk/docs/manual/indicator_default_paint_t.md
2020-06-26 17:45:03 +08:00

752 B
Raw Permalink Blame History

indicator_default_paint_t

概述

指示器默认绘制的类型。

常量

名称 说明
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。