awtk/src
2019-12-30 21:47:46 +08:00
..
base format code 2019-12-30 21:47:46 +08:00
blend remove TK_CLEAR_IMAGE_ALPHA 2019-12-11 18:24:19 -08:00
clip_board update copyright time 2019-01-07 10:58:36 +08:00
compressors update docs 2019-11-15 14:35:56 +08:00
dialog_highlighters fix source file encoding 2019-11-28 08:50:24 +08:00
ext_widgets format code 2019-12-30 21:47:46 +08:00
file_transfer fix source file encoding 2019-11-28 08:50:24 +08:00
font_loader fix source file encoding 2019-11-28 08:50:24 +08:00
graphic_buffer refactor lcd mem 2019-11-14 14:53:25 +08:00
image_loader fix source file encoding 2019-11-28 08:50:24 +08:00
input_engines rename utf8_to_utf16 to tk_utf8_to_utf16, utf8_from_utf16 to tk_utf8_from_utf16 2019-12-17 17:55:52 +08:00
input_methods format code 2019-12-30 21:47:46 +08:00
layouters improve children layouter 2019-12-30 17:16:29 +08:00
lcd fix memory leak 2019-12-30 21:46:57 +08:00
main_loop use event source manager to implement main loop 2019-12-29 07:51:41 +08:00
misc merge patch of issue #257 2019-10-24 18:01:17 +08:00
native_window improve opengles init 2019-12-18 09:42:42 +08:00
platforms improve tools to support Chinese file name 2019-12-25 17:36:14 +08:00
streams fix source file encoding 2019-11-28 08:50:24 +08:00
svg format code 2019-12-24 14:24:17 +08:00
tkc format code 2019-12-30 07:31:04 +08:00
ubjson fix source file encoding 2019-11-28 08:50:24 +08:00
ui_loader emit EVT_WIDGET_LOAD after children loaded 2019-12-12 09:57:44 +08:00
vgcanvas fix memory leak 2019-12-30 21:46:57 +08:00
widget_animators fix source file encoding 2019-11-28 08:50:24 +08:00
widgets fix calibration_win leak 2019-12-30 17:18:11 +08:00
window_animators fix source file encoding 2019-11-28 08:50:24 +08:00
window_manager fix window animation 2019-12-30 21:46:24 +08:00
xml fix source file encoding 2019-11-28 08:50:24 +08:00
awtk_base.h improve for script binding 2019-12-14 08:34:58 +08:00
awtk_ext_widgets.h improve for script binding 2019-12-14 08:34:58 +08:00
awtk_global.c format code 2019-12-30 21:47:46 +08:00
awtk_global.h update docs 2019-12-17 17:51:29 +08:00
awtk_tkc.h improve for script binding 2019-12-14 08:34:58 +08:00
awtk_widgets.h add clip view 2019-12-12 17:27:04 +08:00
awtk.h refactor 2019-08-08 10:53:54 +08:00
README.md split base into 3 directories: tck, base and widgets 2018-12-15 17:22:05 +08:00
SConscript remove graphic_buffer_jzgpu.c 2019-11-05 17:28:25 +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"