From 1ba1f475ba1652d57ff569d42ede09944d74f2fb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 Aug 2014 17:03:07 -0400 Subject: 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... --- redo/objc_darwin.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'redo/objc_darwin.h') 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 -- cgit v1.2.3