awtk/src
2019-06-16 21:42:20 -07:00
..
base refactor lcd 2019-06-16 21:42:20 -07:00
blend update template 2019-06-16 16:31:46 -07:00
clip_board update copyright time 2019-01-07 10:58:36 +08:00
dialog_highlighters fix compile warnings 2019-04-03 15:00:13 +08:00
ext_widgets fix scroll_view_on_layout_children 2019-06-12 15:50:23 +08:00
font_loader change font size type to font_size_t 2019-01-08 11:07:42 +08:00
image_loader format code 2019-05-07 17:43:11 +08:00
input_engines update copyright time 2019-01-07 10:58:36 +08:00
input_methods fix crash 2019-05-23 10:58:15 +08:00
layouters improve children layout 2019-05-31 18:55:56 +08:00
lcd refactor lcd 2019-06-16 21:42:20 -07:00
main_loop fix vgcanvas_cairo_ensure_image and refactor 2019-06-10 14:26:34 +08:00
misc split base into 3 directories: tck, base and widgets 2018-12-15 17:22:05 +08:00
platforms improve shortcut 2019-05-28 14:26:01 +08:00
svg refactor lcd 2019-06-16 21:42:20 -07:00
tkc refactor lcd 2019-06-16 21:42:20 -07:00
ui_loader fix ui_loader_xml 2019-06-04 18:35:45 -07:00
vgcanvas refactor lcd 2019-06-16 21:42:20 -07:00
widget_animators update copyright time 2019-01-07 10:58:36 +08:00
widgets fix font scale 2019-06-12 14:26:04 +08:00
window_animators fix for stm32 2019-06-05 14:12:01 +08:00
xml fix build warnings 2019-06-06 11:33:49 +08:00
awtk_base.h update includes 2019-05-29 18:00:18 +08:00
awtk_ext_widgets.h add mutable_image and update docs 2019-02-28 16:15:09 +08:00
awtk_global.c add app_quited flag in main_loop 2019-06-06 17:32:49 +08:00
awtk_global.h update docs 2019-05-07 14:57:54 +08:00
awtk_tkc.h improve expr eval 2019-06-02 07:53:24 +08:00
awtk_widgets.h update includes 2019-05-29 18:00:18 +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 add vgcanvas cairo 2019-05-15 16:09:57 +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"