mirror of
https://github.com/Airr/nim-cocoa.git
synced 2025-05-10 02:32:08 +00:00
Merged
This commit is contained in:
commit
62432e979c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user