diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-12 15:15:26 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-12 15:15:26 -0400 |
| commit | f14614c0c7c98f160e27964dd8926cdc778712d0 (patch) | |
| tree | 3bf10e2de54c355ab318577aeafb205054d0cfcd /sysdata_darwin.h | |
| parent | 05c71e0d252cb9dda500706cbdb939f81b714f1b (diff) | |
Began the migration to native Objective-C by moving the NSWindow functions and some of the shared helper routines.
Diffstat (limited to 'sysdata_darwin.h')
| -rw-r--r-- | sysdata_darwin.h | 11 |
1 files changed, 11 insertions, 0 deletions
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); |
