diff options
| author | Roberto Esteves <contact@robertoesteves.dev> | 2025-11-22 16:35:06 +0000 |
|---|---|---|
| committer | Roberto Esteves <contact@robertoesteves.dev> | 2025-11-22 16:35:06 +0000 |
| commit | e7c2ec9719349f7a20dd1d4854869c10d8836a11 (patch) | |
| tree | af5b34d8d21cabd4ec6d4206ce5a6fd4651de56c /docs/examples | |
| parent | d84537c52f537920369618028f84b48296811fd0 (diff) | |
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/window.ruim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples/window.ruim b/docs/examples/window.ruim new file mode 100644 index 0000000..58b2b45 --- /dev/null +++ b/docs/examples/window.ruim @@ -0,0 +1,9 @@ +package examples + +import ( + "std" +) + +let hello = Rows[ Label "Hello!", Button "Quit" @click:=std.Quit] + +main = std.Window hello |