awtk/src
2024-04-12 17:58:35 +08:00
..
base improve text_edit for native ime 2024-04-12 17:58:35 +08:00
blend update comments 2024-01-02 17:01:50 +08:00
charset update comments 2024-01-02 17:01:50 +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 doc 2024-04-09 18:01:51 +08:00
csv update copyright date 2024-03-27 11:36:42 +08:00
custom_widgets improve for custom_widgets 2023-12-21 10:50:10 +08:00
debugger improve debugger event 2024-04-01 11:12:42 +08:00
dialog_highlighters update comments 2024-01-02 17:01:50 +08:00
ext_widgets improve scroll bar 2024-04-08 07:42:05 +08:00
font_loader update comments 2024-01-02 17:01:50 +08:00
fscript_ext add fscript mem_dump 2024-03-15 17:20:25 +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 update comments 2024-01-02 17:01:50 +08:00
layouters improve self_layouter_default 2024-03-14 18:19:57 +08:00
lcd update comments 2024-01-02 17:01:50 +08:00
main_loop update comments 2024-01-02 17:01:50 +08:00
misc format code 2021-05-31 17:21:47 +08:00
native_window update comments 2024-01-02 17:01:50 +08:00
platforms format code 2024-03-04 08:54:03 +08:00
remote_ui format code 2024-03-04 08:54:03 +08:00
romfs update comments 2024-01-02 17:01:50 +08:00
service format code 2024-03-04 08:54:03 +08:00
streams fix memory leak 2024-03-15 12:17:20 +08:00
svg improve svg 2024-03-06 17:33:52 +08:00
tkc improve fscript local 2024-04-08 07:40:07 +08:00
ubjson update comments 2024-01-02 17:01:50 +08:00
ui_loader format code 2024-03-04 08:54:03 +08:00
vgcanvas update comments 2024-01-02 17:01:50 +08:00
widget_animators update comments 2024-01-02 17:01:50 +08:00
widgets improve popup 2024-04-10 17:40:04 +08:00
window_animators update comments 2024-01-02 17:01:50 +08:00
window_manager improve fps position 2024-04-09 18:06:01 +08:00
xml update comments 2024-01-02 17:01:50 +08:00
awtk_base.h update comments 2024-01-02 17:01:50 +08:00
awtk_ext_widgets.h update comments 2024-01-02 17:01:50 +08:00
awtk_global.c format code 2024-03-04 08:54:03 +08:00
awtk_global.h format code 2024-03-04 08:54:03 +08:00
awtk_main.inc improve awtk_main.inc 2023-12-11 09:51:34 +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 fix api docs 2022-01-05 17:52:43 +08:00
README.md update docs 2021-01-21 17:43:40 +08:00
SConscript improve for custom_widgets 2023-12-21 10:50:10 +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"