awtk/src
2020-06-26 18:10:19 +08:00
..
base update docs 2020-06-26 17:45:03 +08:00
blend change some files to UTF8-BOM 2020-06-22 18:03:30 +08:00
clip_board fix build error on embeded linux 2020-01-29 08:07:34 +08:00
compressors update docs 2019-12-31 19:27:36 -08:00
conf_io fix warngins and format code 2020-06-26 16:39:34 +08:00
dialog_highlighters support multi layer(GUI + Camera) 2020-05-18 17:36:22 +08:00
ext_widgets fix warngins and format code 2020-06-26 16:39:34 +08:00
font_loader improve for space char 2020-06-17 08:12:26 +08:00
graphic_buffer update docs 2019-12-31 19:27:36 -08:00
image_loader Windows build awtk to DLL 2020-04-28 09:34:09 +08:00
input_engines change some files to UTF8-BOM 2020-06-22 18:03:30 +08:00
input_methods edit support ip/date/time/time_full input type 2020-06-26 16:30:20 +08:00
layouters format code and update docs 2020-02-29 07:27:38 +08:00
lcd format code and update docs 2020-06-17 08:14:23 +08:00
main_loop improve for event recorder 2020-05-27 08:43:30 +08:00
misc rework memory allocator 2020-06-17 17:59:38 +08:00
native_window change some files to UTF8-BOM 2020-06-22 18:03:30 +08:00
platforms format code 2020-06-24 12:02:20 +08:00
streams format code 2020-06-05 17:16:19 +08:00
svg improve dll export api 2020-05-25 17:31:12 +08:00
tkc update docs 2020-06-26 16:55:16 +08:00
ubjson update docs 2019-12-31 19:27:36 -08:00
ui_loader improve ui loader 2020-04-03 09:51:31 +08:00
vgcanvas change some files to UTF8-BOM 2020-06-22 18:03:30 +08:00
widget_animators update docs 2019-12-31 19:27:36 -08:00
widgets improve edit copy 2020-06-26 18:10:19 +08:00
window_animators remove stdio.h in window_animator_common.c 2020-01-07 18:04:13 +08:00
window_manager remove log 2020-06-18 17:28:29 +08:00
xml format code 2020-06-19 17:54:43 +08:00
awtk_base.h update docs 2019-12-31 19:27:36 -08:00
awtk_ext_widgets.h update headers 2020-04-27 09:16:10 +08:00
awtk_global.c add tk_mem_init_stage2 2020-06-18 20:30:10 +08:00
awtk_global.h improve dll export api 2020-05-25 17:31:12 +08:00
awtk_main.inc rework memory allocator 2020-06-17 17:59:38 +08:00
awtk_tkc.h move socket_helper.c into tkc 2020-03-14 16:17:43 +08:00
awtk_widgets.h update docs 2019-12-31 19:27:36 -08:00
awtk.h update docs 2019-12-31 19:27:36 -08:00
dllexports.h change some files to UTF8-BOM 2020-06-22 18:03:30 +08:00
README.md update docs 2020-01-04 21:48:31 +08:00
SConscript improve build scripts 2020-05-18 18:22:32 +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 剪切板的实现。
  • ubjson Universal Binary JSON实现。
  • window_manager 窗口管理器的实现。
  • native_window 原生窗口的实现。
  • graphic_buffer 图像数据缓冲区。
  • streams 各种流的实现(如果不用可以不移植)。
  • compressors 压缩算法的实现(如果不用可以不移植)。
  • file_transfer 暂时无用。

使用方法

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

#include "awtk.h"