awtk/demos
2018-05-05 19:08:32 +08:00
..
res rename to awtk 2018-05-05 16:47:58 +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.c update demos and tests 2018-04-21 07:43:02 +08:00
demo1_app.c add str_t 2018-05-01 12:02:42 +08:00
demo2_app.c rename MEM_ to TKMEM_ and format code 2018-04-29 16:51:54 +08:00
demo_main.c improve font manage and update docs 2018-05-04 16:17:12 +08:00
demo_tr_app.c update docs 2018-05-05 19:08:32 +08:00
demo_ui_app.c improve window animators 2018-04-21 17:21:55 +08:00
prefix_xml_ui.c rename MEM_ to TKMEM_ and format code 2018-04-29 16:51:54 +08:00
README.md add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
resource.c update resources 2018-05-04 15:26:32 +08:00
resource.h format code 2018-03-19 07:19:25 +08:00
SConscript supported strings translation 2018-05-04 14:52:15 +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 公共代码。