awtk/demos
2018-05-31 11:01:46 +08:00
..
res update res 2018-05-26 07:01:12 +08:00
xml update demos and tests 2018-04-21 07:43:02 +08:00
.gitignore add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
common.inc port to aworks 2018-05-24 11:18:46 +08:00
demo1_app.c port to aworks 2018-05-24 11:18:46 +08:00
demo_animator_app.c add animator_rotation/animator_scale 2018-05-31 11:01:46 +08:00
demo_main.c optimize window animation 2018-05-20 16:35:56 +08:00
demo_thread_app.c optimize window animation 2018-05-20 16:35:56 +08:00
demo_tr_app.c update comments 2018-05-15 09:31:58 +08:00
demo_ui_app.c port to aworks 2018-05-24 11:18:46 +08:00
demo_vg_app.c use agg-svn 2018-05-27 11:52:44 +08:00
prefix_xml_ui.c update comments 2018-05-15 09:31:58 +08:00
README.md add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
resource-mini.c update docs 2018-05-13 08:42:53 +08:00
resource.c optimize window animation 2018-05-20 16:35:56 +08:00
resource.h update comments 2018-05-15 09:31:58 +08:00
SConscript use agg-svn 2018-05-27 11:52:44 +08:00
SDL2.dll init 2018-02-21 19:36:38 +08:00

Demo程序

示例介绍

  • demo1 按传统方式创建界面。
  • demoui 从UI资源文件中创建界面。
  • ./prefix_xml_ui 预览XML界面描述文件。
./prefix\_xml\_ui ../tools/ui_gen/window1.xml 

源代码介绍

  • demo1_app.c 按传统方式创建界面。
  • demo_ui_app.c 从UI资源文件中创建界面。
  • demo_main.c 所有入口函数。
  • resource.c 资源初始化代码。
  • common.c 公共代码。