mirror of
https://github.com/Airr/nim-cocoa.git
synced 2025-04-19 05:12:08 +00:00
Updated
This commit is contained in:
parent
7bbc472398
commit
1582931c96
@ -104,7 +104,7 @@ var editor = newTextEdit(mainWin,"", 20, 40, 500, 500)
|
||||
##### proc newListBox*(parent: ID, left, top, width, height: cint): ID
|
||||
|
||||
```nim
|
||||
var
|
||||
var lbList = newListBox(mainwin, 16, 100, 508, 140)
|
||||
```
|
||||
|
||||
| Parameter Name | Parameter Type | Comments |
|
||||
|
Loading…
Reference in New Issue
Block a user