]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/cdef/extcdef.h
removed subprojects for ldef and cdef, changed to in-proc ldef
[wxWidgets.git] / src / mac / cdef / extcdef.h
diff --git a/src/mac/cdef/extcdef.h b/src/mac/cdef/extcdef.h
deleted file mode 100644 (file)
index 2c7bf88..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include <stdlib.h>
-#define kExtCDEFID 128 // resource id of our CDEF resource <Controls.h>
-const long kExtCDEFMagic = 0xFEEDFEED ; 
-typedef struct ExtCDEFInfo
-{
-       ControlDefProcPtr               defProc ; // this must always be the lowest element
-       long                                                            magic ;
-       long                                                            contrlRfCon ;
-       ControlHandle                           containerControl ;
-       Handle                                                  children ;
-       ControlFontStyleRec fontStyle ;
-       Boolean                                                 hasFocus ;
-       SInt16                                                  procID ;
-       long                                                            privateData ;
-} ExtCDEFInfo ;
-
-void NewExtCDEFInfo( ControlHandle theControl , ControlDefProcPtr defproc , SInt16 procID , long refcon ) ;
-void DisposeExtCDEFInfo( ControlHandle theControl) ;