summaryrefslogtreecommitdiff
path: root/docs/examples/window.ruim
blob: 58b2b451949560bfc842e835d0c27fa3dcb12e23 (plain)
1
2
3
4
5
6
7
8
9
package examples

import (
  "std"
)

let hello = Rows[ Label "Hello!", Button "Quit" @click:=std.Quit]

main = std.Window hello