mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
80 lines
2.2 KiB
Markdown
80 lines
2.2 KiB
Markdown
# 参考手册
|
|
|
|
## 一、GUI相关组件
|
|
|
|
### 控件
|
|
|
|
![widget\_overview](images/widget_overview.png)
|
|
|
|
#### widget
|
|
|
|
* [widget](manual/widget_t.md) 所有控件、窗口和窗口管理器的基类。
|
|
|
|
#### 窗口
|
|
* [window\_base](manual/window_base_t.md) 窗口基类。
|
|
* [dialog](manual/dialog_t.md) 对话框。
|
|
* [popup](manual/popup_t.md) 弹出窗口。
|
|
* [window](manual/window_t.md) 普通窗口。
|
|
* [system\_bar](manual/system_bar_t.md) 系统状态窗口。
|
|
* [calibration\_win\](manual/calibration_win_t.md) 电阻屏校准窗口。
|
|
|
|
#### 基本控件
|
|
* [button](manual/button_t.md) 按钮控件。
|
|
* [label](manual/label_t.md) 文本控件。
|
|
* [edit](manual/edit_t.md) 单行编辑器控件。
|
|
* [image](manual/image_t.md) 图片控件。
|
|
* [image\_base](manual/image_base_t.md) 图片控件基类。
|
|
* [spin\_box](manual/spin_box_t.md) 数值编辑器控件。
|
|
* [combo\_box](manual/combo_box_t.md) 下拉列表控件。
|
|
* [combo\_box\_item](manual/combo_box_item_t.md) 下拉列表项控件。
|
|
* [color\_tile](manual/color_tile_t.md) 色块控件。
|
|
* [dialog\_title](manual/dialog_title_t.md) 对话框标题控件。
|
|
* [dialog\_client](manual/dialog_client_t.md) 对话框客户区控件。
|
|
* [slider](manual/slider_t.md) 滑块控件。
|
|
* [progress\_bar](manual/progress_bar_t.md) 进度条控件。
|
|
|
|
#### 通用容器控件
|
|
* [row](manual/row_t.md) 行控件。
|
|
* [column](manual/column_t.md) 列控件。
|
|
* [grid](manual/grid_t.md) 网格控件。
|
|
* [view](manual/view_t.md) 通用容器控件。
|
|
* [grid\_item](manual/grid_item_t.md) 网格项控件。
|
|
* [group\_box](manual/group_box_t.md) 通用分组控件。
|
|
* [app\_bar](manual/app_bar_t.md) app\_bar控件。
|
|
* [button\_group](manual/button_group_t.md) 按钮分组控件。
|
|
|
|
### 画布
|
|
|
|
#### 矢量图画布
|
|
|
|
![vgcanvas\_overview](manual/images/vgcanvas_t_0.png)
|
|
|
|
* [vgcanvas](manual/vgcanvas_t.md)
|
|
|
|
### 输入法
|
|
|
|
### 控件动画
|
|
|
|
### 窗口动画
|
|
|
|
### 布局器
|
|
|
|
### 资源
|
|
|
|
### 主题
|
|
|
|
### 定时器
|
|
|
|
### 字体
|
|
|
|
### 图片
|
|
|
|
## 二、基本函数库
|
|
|
|
[tkmem](docs/tk_mem_t.md) 内存管理。
|
|
[value](docs/value_t.md) 通用值对象。
|
|
[str](docs/str_t.md) UTF-8字符串对象。
|
|
[wstr](docs/wstr_t.md) Unicode字符串对象。
|
|
|
|
|