awtk/src
2019-03-07 15:25:11 +08:00
..
base rework system info 2019-03-07 15:25:11 +08:00
blend merge issue #97 2019-03-05 14:54:23 +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 improve slide view 2019-03-07 09:29:08 +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 fix input_method_creator 2019-02-20 16:00:01 +08:00
layouters update docs 2019-01-17 15:48:41 +08:00
lcd rework system info 2019-03-07 15:25:11 +08:00
main_loop refactor and update docs 2019-03-04 12:01:32 +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 rework system info 2019-03-07 15:25:11 +08:00
ui_loader update copyright time 2019-01-07 10:58:36 +08:00
vgcanvas update for bgfx 2019-03-05 16:07:21 +08:00
widget_animators update copyright time 2019-01-07 10:58:36 +08:00
widgets add annotation for class 2019-03-05 17:44:57 +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 refactor and update docs 2019-03-04 12:01:32 +08:00
awtk_ext_widgets.h add mutable_image and update docs 2019-02-28 16:15:09 +08:00
awtk_global.c rework system info 2019-03-07 15:25:11 +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 add mutable_image and update docs 2019-02-28 16:15:09 +08:00
README.md split base into 3 directories: tck, base and widgets 2018-12-15 17:22:05 +08:00
SConscript update for bgfx 2019-03-05 16:07:21 +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"