summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-29 10:32:49 -0400
committerPietro Gagliardi <[email protected]>2014-07-29 10:32:49 -0400
commit4e0436da18ef5e8e0c4bbc1c17e5bd5932515991 (patch)
tree7056f14c39430a1fd6e41bacafaa234042e6920f /redo/objc_darwin.h
parentb37f32c142cc2a216057e77432862c1e15f37299 (diff)
Added the beginning of the Mac OS X Table code.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h6
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