awtk/src
2019-03-01 18:04:01 +08:00
..
base add lcd_get_desired_bitmap_format 2019-02-28 16:14:39 +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 update docs 2019-03-01 18:04:01 +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 add lcd_get_desired_bitmap_format 2019-02-28 16:14:39 +08:00
main_loop fix main_loop_sdl_fb_destroy 2019-02-26 17:00:03 +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 update idl 2019-02-22 18:00:41 +08:00
ui_loader update copyright time 2019-01-07 10:58:36 +08:00
vgcanvas fix bgfx compile on windows 2019-02-28 17:40:38 +08:00
widget_animators update copyright time 2019-01-07 10:58:36 +08:00
widgets add label_resize_to_conent 2019-03-01 18:03:46 +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 add mutable_image and update docs 2019-02-28 16:15:09 +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 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 fix bgfx compile on windows 2019-02-28 17:40:38 +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"