This commit is contained in:
Armando Rivera 2021-07-29 14:36:54 -04:00
commit 62432e979c
2 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,10 @@ At the moment, the following GUI objects are available:
Preliminary documentation for GUI objects is available in the `doc` folder.
Here is an example of what coding with NimCocoa looks like:
```nim
@ -101,7 +105,6 @@ proc main() =
if isMainModule:
main()
```
Which results in the following: