awtk/src
2019-02-18 11:29:19 +08:00
..
base add widget_unload_image 2019-02-18 11:29:19 +08:00
blend update copyright time 2019-01-07 10:58:36 +08:00
clip_board update copyright time 2019-01-07 10:58:36 +08:00
designer_support fix memory leak found by valgrind 2019-01-17 15:10:31 +08:00
ext_widgets remove script from window 2019-02-13 14:27:00 +08:00
font_loader change font size type to font_size_t 2019-01-08 11:07:42 +08:00
image_loader update copyright time 2019-01-07 10:58:36 +08:00
input_engines update copyright time 2019-01-07 10:58:36 +08:00
input_methods add INPUT_CUSTOM and format code 2019-01-15 11:12:49 +08:00
layouters update docs 2019-01-17 15:48:41 +08:00
lcd refactoring and update docs 2019-01-09 16:24:14 +08:00
main_loop update docs 2019-01-17 11:37:19 +08:00
misc split base into 3 directories: tck, base and widgets 2018-12-15 17:22:05 +08:00
platforms update copyright time 2019-01-07 10:58:36 +08:00
svg fix memory leak found by valgrind 2019-01-17 15:10:31 +08:00
tkc Merge branch 'master' of https://github.com/zlgopen/awtk 2019-02-15 05:45:29 +08:00
ui_loader update copyright time 2019-01-07 10:58:36 +08:00
vgcanvas update copyright time 2019-01-07 10:58:36 +08:00
widget_animators update copyright time 2019-01-07 10:58:36 +08:00
widgets fix idl 2019-02-14 11:20:49 +08:00
window_animators update copyright time 2019-01-07 10:58:36 +08:00
xml update copyright time 2019-01-07 10:58:36 +08:00
awtk_base.h improve data binding 2019-01-30 17:35:55 +08:00
awtk_ext_widgets.h update copyright time 2019-01-07 10:58:36 +08:00
awtk_global.c rework widget pool 2019-01-16 11:38:31 +08:00
awtk_global.h update copyright time 2019-01-07 10:58:36 +08:00
awtk_tkc.h remove array_t 2019-01-17 09:10:30 +08:00
awtk_widgets.h update copyright time 2019-01-07 10:58:36 +08:00
awtk.h update copyright time 2019-01-07 10:58:36 +08:00
README.md split base into 3 directories: tck, base and widgets 2018-12-15 17:22:05 +08:00
SConscript move mvvm related code to awtk-mvvm project 2019-02-01 08:00:59 +08:00

目录介绍

  • tkc toolkit c library。
  • base GUI 基本库。
  • widgets 基本控件。
  • blend 图片渲染函数。
  • lcd LCD的各种实现。
  • font 字体的各种实现。
  • misc C++支持等。
  • xml XML解析器。
  • widget_animators 控件动画实现。
  • ext_widgets 扩展控件。
  • main_loop 主循环的各种实现。
  • window_animators 窗口动画的实现。
  • image_loader 加载的各种实现。
  • platforms 平台相关的函数。
  • input_engines 输入法引擎的各种实现。
  • ui_loader 从界面描述数据创建窗口。
  • vgcanvas 矢量图画布。
  • svg 矢量图画SVG。
  • clip_board 剪切板的实现。

使用方法

应用程序只需包含awtk.h即可。

#include "awtk.h"