Skip to content

Latest commit

 

History

History
197 lines (142 loc) · 7.65 KB

manual.md

File metadata and controls

197 lines (142 loc) · 7.65 KB

参考手册

一、GUI相关组件

控件

widget_overview

widget

  • widget 所有控件、窗口和窗口管理器的基类。

窗口

基本控件

通用容器控件

扩展控件

画布

普通画布

矢量图画布

vgcanvas_overview

资源相关组件

assets overview

1.字体

font_overview

2.图片

image_overview

3.字符串资源

4.主题

style_overview

5.UI描述数据

ui_loader_overview

输入法

input_method_overview

定时器/IDLE

timer_overview

idle_overview

  • idle 用于异步执行一些函数。

  • idle_info 单个idle的信息。

布局器

self_layouter

children_layouter

二、基本函数库