update bindings
This commit is contained in:
parent
9b975004a8
commit
382b9d65d9
28 changed files with 268 additions and 46 deletions
|
|
@ -1,5 +1,6 @@
|
|||
export { Box } from "./box";
|
||||
export { Button } from "./button";
|
||||
export { Calendar } from "./calendar";
|
||||
export { CheckBox } from "./checkbox";
|
||||
export { Entry } from "./entry";
|
||||
export { Frame } from "./frame";
|
||||
|
|
@ -17,3 +18,4 @@ export { RadioBox } from "./radiobox";
|
|||
export { ComboBox } from "./combobox";
|
||||
export { TreeView } from "./treeview";
|
||||
export { SubWindow } from "./subwindow";
|
||||
export { Tab } from "./tab";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue