13 lines
133 B
Cheetah
13 lines
133 B
Cheetah
{
|
|
"widgettype":"VBox",
|
|
"options":{},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Button",
|
|
"options":{
|
|
"text":"Hello"
|
|
}
|
|
}
|
|
]
|
|
}
|