awtk/src
2019-05-08 13:51:35 +08:00
..
base format code 2019-05-07 17:43:11 +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
designer_support add style_mutable_cast 2019-04-02 17:39:57 +08:00
dialog_highlighters fix compile warnings 2019-04-03 15:00:13 +08:00
ext_widgets fix slide_menu_on_event 2019-05-07 18:13:16 +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 improve for awtk web 2019-04-20 11:24:54 +08:00
layouters improve self_layouter_default 2019-04-19 11:25:12 +08:00
lcd fix app desktop under agge mode 2019-04-24 08:50:51 +08:00
main_loop fix app desktop under agge mode 2019-04-24 08:50:51 +08:00
misc split base into 3 directories: tck, base and widgets 2018-12-15 17:22:05 +08:00
platforms rename thread to tk_thread 2019-05-06 16:35:51 +08:00
svg fix svg no_fill/no_stroke bug 2019-04-29 16:08:00 +08:00
tkc rename thread to tk_thread 2019-05-06 16:35:51 +08:00
ui_loader add ui_loader_load_widget 2019-04-12 17:21:28 +08:00
vgcanvas fix warnings found by cppcheck 2019-04-13 11:52:50 +08:00
widget_animators update copyright time 2019-01-07 10:58:36 +08:00
widgets modify slider_on_event to fix issue #115 2019-05-08 13:51:35 +08:00
window_animators fix window animator position 2019-04-25 11:03:58 +08:00
xml fix warnings found by cppcheck 2019-04-13 11:52:50 +08:00
awtk_base.h refactor and update docs 2019-03-04 12:01:32 +08:00
awtk_ext_widgets.h add mutable_image and update docs 2019-02-28 16:15:09 +08:00
awtk_global.c refactor image loader to support custom image loader 2019-05-07 17:17:57 +08:00
awtk_global.h update docs 2019-05-07 14:57:54 +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 add dialog_highlighters 2019-03-27 15:30:03 +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"