awtk/tools/theme_gen
2021-09-14 18:13:00 +08:00
..
.gitignore init 2018-02-21 19:36:38 +08:00
main.cc fix spell error(issue #513) 2021-01-15 18:36:34 +08:00
README.md update docs 2021-05-11 15:50:24 +08:00
SConscript support build for windows 32bit version 2019-03-20 09:34:25 +08:00
theme_gen.cc style support gradient. 2021-09-14 18:13:00 +08:00
theme_gen.h style support gradient. 2021-09-14 18:13:00 +08:00
xml_theme_gen.cc refactor theme 2021-01-29 12:42:14 +08:00
xml_theme_gen.h improve tools 2020-03-23 12:16:07 +08:00

窗体样式生成工具

负责把XML格式的窗体样式数据转换成二进制的窗体样式数据。

用法说明:

./bin/themegen input output [bin]
  • input XML格式的窗体样式数据文件名。
  • output 输出文件名。
  • bin 是否生成二进制格式(目标平台有文件系统时使用)缺省生成C语言常量数组。