diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-16 06:49:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-16 06:49:29 -0400 |
| commit | ebcbaa129de05909a39e6a6884eac94629d46083 (patch) | |
| tree | 64fb239fa32dda4525118742cca2624aed280b2f /listbox_darwin.h | |
| parent | 402e73c307c82f2c87181632ae497c3e853f5b61 (diff) | |
Combined all the Objective-C headers into objc_darwin.h.
Diffstat (limited to 'listbox_darwin.h')
| -rw-r--r-- | listbox_darwin.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/listbox_darwin.h b/listbox_darwin.h deleted file mode 100644 index bbdea63..0000000 --- a/listbox_darwin.h +++ /dev/null @@ -1,20 +0,0 @@ -// 13 may 2014 - -extern id toListboxItem(id, id); -extern id fromListboxItem(id, id); -extern id newListboxArray(void); -extern void listboxArrayAppend(id, id); -extern void listboxArrayInsertBefore(id, id, uintptr_t); -extern void listboxArrayDelete(id, uintptr_t); -extern id listboxArrayItemAt(id, uintptr_t); -extern void bindListboxArray(id, id, id, id); -extern id boundListboxArray(id, id); -extern id makeListboxTableColumn(id); -extern id listboxTableColumn(id, id); -extern id makeListbox(id, BOOL); -extern id listboxSelectedRowIndexes(id); -extern uintptr_t listboxIndexesCount(id); -extern uintptr_t listboxIndexesFirst(id); -extern uintptr_t listboxIndexesNext(id, uintptr_t); -extern intptr_t listboxLen(id); -extern void listboxDeselectAll(id); |
