summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-04 17:03:07 -0400
committerPietro Gagliardi <[email protected]>2014-08-04 17:03:07 -0400
commit1ba1f475ba1652d57ff569d42ede09944d74f2fb (patch)
tree8308b8319c81047d988fdc0da3c96450c2011aa8 /redo/objc_darwin.h
parent39a2414cf94a6f69ddca853fd9ed97a576e30dd2 (diff)
Switched Tab on Mac OS X to use a dedicated container type system. This container type will eventually be the new home of all the sizer stuff. Now to remove the dedicated NSTabView stuff...
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 84d1a84..b739f39 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -55,7 +55,7 @@ extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t);
/* tab_darwin.m */
extern id newTab(void *);
-extern id tabAppend(id, char *);
+extern void tabAppend(id, char *, id);
/* table_darwin.m */
extern id newTable(void);
@@ -87,4 +87,7 @@ extern struct xsize areaPrefSize(id);
extern struct xalignment alignmentInfo(id, struct xrect);
extern struct xrect frame(id);
+/* container_darwin.m */
+extern id newContainerView(void *);
+
#endif