summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 057b4a0..6795698 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -28,6 +28,7 @@ extern void windowSetTitle(id, const char *);
extern void windowShow(id);
extern void windowHide(id);
extern void windowClose(id);
+extern id windowContentView(id);
extern void windowRedraw(id);
/* controls_darwin.m */
@@ -44,4 +45,8 @@ extern void checkboxSetChecked(id, BOOL);
/* sizing_darwin.m */
extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t);
+/* containers_darwin.m */
+extern id newTab(void *);
+extern id tabAppend(id, char *);
+
#endif