First commit
This commit is contained in:
13
tmp/file.tcross
Normal file
13
tmp/file.tcross
Normal file
@@ -0,0 +1,13 @@
|
||||
func Layout()
|
||||
{
|
||||
const tb = TextBox();
|
||||
|
||||
|
||||
return VGrid(
|
||||
[
|
||||
[Text("Hello, world"),0]
|
||||
[tb,0],
|
||||
[Button("My Button", (btn)=>{}),0]
|
||||
]
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user