awtk/src
2024-10-18 18:16:11 +08:00
..
base add event_clear_custom_name 2024-10-18 18:16:11 +08:00
blend update comments 2024-01-02 17:01:50 +08:00
charset fix windows gcc 14.x build errors 2024-08-16 18:55:54 +08:00
clip_board update comments 2024-01-02 17:01:50 +08:00
compressors update comments 2024-01-02 17:01:50 +08:00
conf_io improve conf json 2024-10-08 15:13:03 +08:00
csv improve csv 2024-10-15 16:18:25 +08:00
custom_widgets improve for custom_widgets 2023-12-21 10:50:10 +08:00
debugger improve call tk_strncpy_s 2024-09-04 18:09:20 +08:00
dialog_highlighters update comments 2024-01-02 17:01:50 +08:00
ext_widgets improve mingw build 2024-09-26 16:03:25 +08:00
font_loader update comments 2024-01-02 17:01:50 +08:00
fscript_ext improve fscript_array misspelling 2024-10-12 12:11:07 +08:00
graphic_buffer update comments 2024-01-02 17:01:50 +08:00
hal update comments 2024-01-02 17:01:50 +08:00
image_loader update comments 2024-01-02 17:01:50 +08:00
input_engines update copyright date 2024-03-27 11:36:42 +08:00
input_methods fix build warnings 2024-08-16 16:03:32 +08:00
layouters fix build warnings 2024-08-16 16:03:32 +08:00
lcd update comments 2024-01-02 17:01:50 +08:00
main_loop fix build warnings 2024-08-09 10:32:00 +08:00
misc format code 2021-05-31 17:21:47 +08:00
native_window add opengl.h 2024-09-06 11:51:37 +08:00
platforms fix misspelling 2024-10-15 16:08:33 +08:00
remote_ui improve ui tests support condition stop and goto 2024-08-14 17:50:08 +08:00
romfs update comments 2024-01-02 17:01:50 +08:00
service tk_client support timeout 2024-08-29 11:36:49 +08:00
streams fix windows gcc 14.x build errors 2024-08-16 18:47:15 +08:00
svg improve svg 2024-03-06 17:33:52 +08:00
tkc improve fscript error message 2024-10-17 17:59:13 +08:00
ubjson improve ubjson writer 2024-09-18 11:46:48 +08:00
ui_loader add EVT_UI_LOAD 2024-04-18 21:07:51 +08:00
vgcanvas add opengl.h 2024-09-06 11:51:37 +08:00
widget_animators update comments 2024-01-02 17:01:50 +08:00
widgets spin box warnings when clone 2024-10-05 08:53:53 +08:00
window_animators fix build warnings 2024-08-16 16:03:32 +08:00
window_manager improve window manager 2024-10-11 19:10:39 +08:00
xml update comments 2024-01-02 17:01:50 +08:00
awtk_base.h add opengl.h 2024-09-06 11:51:37 +08:00
awtk_ext_widgets.h update comments 2024-01-02 17:01:50 +08:00
awtk_global.c add event_clear_custom_name 2024-10-18 18:16:11 +08:00
awtk_global.h format code 2024-03-04 08:54:03 +08:00
awtk_main.inc improve log 2024-08-28 09:58:55 +08:00
awtk_tkc.h update comments 2024-01-02 17:01:50 +08:00
awtk_version.h update comments 2024-01-02 17:01:50 +08:00
awtk_widgets.h update comments 2024-01-02 17:01:50 +08:00
awtk.h update comments 2024-01-02 17:01:50 +08:00
dllexports_for_tests.h improve for windows build 2023-11-21 14:57:35 +08:00
dllexports.h export some sdl functions 2024-04-26 17:30:13 +08:00
README.md
SConscript improve bgfx build on windows 2024-05-01 18:31:13 +08:00
tkc.h update comments 2024-01-02 17:01:50 +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 压缩算法的实现(如果不用可以不移植)。
  • conf_io json/jni/ubjson 等配置文件读写。
  • csv csv 文件读写。

使用方法

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

#include "awtk.h"