From 4e0436da18ef5e8e0c4bbc1c17e5bd5932515991 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 29 Jul 2014 10:32:49 -0400 Subject: Added the beginning of the Mac OS X Table code. --- redo/objc_darwin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'redo/objc_darwin.h') 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 -- cgit v1.2.3