diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 10:32:49 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 10:32:49 -0400 |
| commit | 4e0436da18ef5e8e0c4bbc1c17e5bd5932515991 (patch) | |
| tree | 7056f14c39430a1fd6e41bacafaa234042e6920f /redo/objc_darwin.h | |
| parent | b37f32c142cc2a216057e77432862c1e15f37299 (diff) | |
Added the beginning of the Mac OS X Table code.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 0d192a8..32a5f52 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -54,4 +54,10 @@ extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t); extern id newTab(void *); extern id tabAppend(id, char *); +/* table_darwin.m */ +extern id newTable(void); +extern void tableAppendColumn(id, char *); +extern void tableUpdate(id); +extern id newScrollView(id); + #endif |
