From f14614c0c7c98f160e27964dd8926cdc778712d0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 12 May 2014 15:15:26 -0400 Subject: Began the migration to native Objective-C by moving the NSWindow functions and some of the shared helper routines. --- sysdata_darwin.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysdata_darwin.h (limited to 'sysdata_darwin.h') diff --git a/sysdata_darwin.h b/sysdata_darwin.h new file mode 100644 index 0000000..c436c09 --- /dev/null +++ b/sysdata_darwin.h @@ -0,0 +1,11 @@ +/* 12 may 2014 */ + +//#include "common_darwin.h" + +extern void addControl(id, id); +extern void controlShow(id); +extern void controlHide(id); +extern void applyStandardControlFont(id); +extern id makeWindow(void); +extern void windowShow(id); +extern void windowHide(id); -- cgit v1.2.3