This commit is contained in:
Armando Rivera 2021-07-29 20:24:54 -04:00
parent 86bcde7ec5
commit fd346c4062

View File

@ -36,12 +36,16 @@ At the moment, the following GUI objects are available:
- NSTextedit
- NSRadioButton
- NSTabView
- NSContainer (Groupbox)
-
Preliminary documentation for GUI objects is available in the `doc` folder.
Here is an example of what coding with NimCocoa looks like:
```nim