awtk/src
2019-06-10 10:13:41 +08:00
..
base add border width 2019-06-06 18:19:03 +08:00
blend improve center scale window animator 2019-04-19 10:33:42 +08: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 switch paint bug 2019-06-10 10:13:41 +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 remove log 2019-05-21 01:53:26 -07:00
main_loop add app_quited flag in main_loop 2019-06-06 17:32:49 +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 fix svg no_fill/no_stroke bug 2019-04-29 16:08:00 +08:00
tkc add slide view indicator 2019-06-05 17:50:55 +08:00
ui_loader fix ui_loader_xml 2019-06-04 18:35:45 -07:00
vgcanvas fix cairo backend 2019-05-31 11:56:30 +08:00
widget_animators update copyright time 2019-01-07 10:58:36 +08:00
widgets fix tab_button_set_value 2019-06-08 12:13:28 +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"