diff --git a/README.md b/README.md index 54605d3..91f716d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,35 @@ function demo:init() end ``` +## Components + +| views | +|------- | +| view | +| panel | +| label | +| button | +| border | +| window | +| menubar | +| menuconf | +| textedit | +| textarea | +| statusbar | +| choicebox | +| desktop | + + +| dialogs | +|------- | +| dialog | +| boxdialog | +| textdialog | +| inputdialog | +| mconfdialog | +| choicedialog | + + ## Snapshot #### Menu configuation diff --git a/README_zh.md b/README_zh.md index 88317fd..3c1e0ae 100644 --- a/README_zh.md +++ b/README_zh.md @@ -92,6 +92,34 @@ function demo:init() end ``` +## 组件 + +| 视图 | +|------- | +| view | +| panel | +| label | +| button | +| border | +| window | +| menubar | +| menuconf | +| textedit | +| textarea | +| statusbar | +| choicebox | +| desktop | + + +| 对话框 | +|------- | +| dialog | +| boxdialog | +| textdialog | +| inputdialog | +| mconfdialog | +| choicedialog | + ## 快照 #### 菜单配置