mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
Updated
This commit is contained in:
parent
410d019541
commit
7907838736
41
README.md
41
README.md
@ -6,43 +6,14 @@ Rather than rely on low level calls to objc_msgsend and it's variants, it uses a
|
||||
|
||||
At the moment, the following GUI objects are available:
|
||||
|
||||
- NSWindow
|
||||
| | | | | |
|
||||
| ---------- | ----------- | ------------ | ------------- | ---------------------- |
|
||||
| NSWindow | NSMenu | NSSavedialog | NSSlider | |
|
||||
| NSButton | NSTextfield | NSMessagebox | NSListbox | NSContainer (Groupbox) |
|
||||
| NSLabel | NSCheckbox | NSOpendialog | NSTextedit | NSTableView |
|
||||
| NSCombobox | NSDialog | NSLine | NSRadioButton | |
|
||||
|
||||
- NSButton
|
||||
|
||||
- NSCombobox
|
||||
|
||||
- NSLabel
|
||||
|
||||
- NSMenu
|
||||
|
||||
- NSSavedialog
|
||||
|
||||
- NSTextfield
|
||||
|
||||
- NSCheckbox
|
||||
|
||||
- NSDialog
|
||||
|
||||
- NSLine
|
||||
|
||||
- NSMessagebox
|
||||
|
||||
- NSSlider
|
||||
|
||||
- NSListbox
|
||||
|
||||
- NSOpendialog
|
||||
|
||||
- NSTextedit
|
||||
|
||||
- NSRadioButton
|
||||
|
||||
- NSTabView
|
||||
|
||||
- NSContainer (Groupbox)
|
||||
|
||||
-
|
||||
|
||||
Preliminary documentation for GUI objects is available in the `doc` folder.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user