home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / macintosh technotes and q&as / qa / tb / whiteedittext / moveablemodaldialog.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-10  |  134 b   |  8 lines

  1. #pragma once
  2.  
  3. #ifndef __DIALOGS__
  4. #    include <Dialogs.h>
  5. #endif
  6.  
  7. pascal void MoveableModalDialog (ModalFilterUPP mfp, short *itemHit);
  8.