Added dialog layout

This commit is contained in:
2023-01-11 01:56:05 -05:00
parent c18a3883bf
commit 5b850ef183
6 changed files with 184 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ func main () {
func run () {
window, _ := tomo.NewWindow(2, 2)
window.SetTitle("vertical stack")
window.SetTitle("horizontal stack")
container := basic.NewContainer(layouts.Horizontal { true, true })
window.Adopt(container)