Carbon


WindowDefSpec

Header: MacWindows.h

struct WindowDefSpec {
    WindowDefType defType; 
    union {
          WindowDefUPP defProc; 
      void *classRef; 
      SInt16 procID;
    } u;
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)