Well I think thats all of the examples
There are too many examples.
This commit is contained in:
@@ -12,7 +12,8 @@ func main () {
|
||||
}
|
||||
|
||||
func run () {
|
||||
window, _ := tomo.NewWindow(2, 2)
|
||||
window, err := tomo.NewWindow(tomo.Bounds(0, 0, 0, 0))
|
||||
if err != nil { panic(err.Error()) }
|
||||
window.SetTitle("Dialog Boxes")
|
||||
|
||||
container := containers.NewContainer(layouts.Vertical { true, true })
|
||||
|
||||
Reference in New Issue
Block a user