home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / SDKs / Word Services SDK 1.0.6 / Writeswell Jr 1.2.1 Sources ƒ / Library Source / AboutVersion.h < prev    next >
Encoding:
Text File  |  1995-09-11  |  381 b   |  10 lines  |  [TEXT/KAHL]

  1. /* AboutVersion.h
  2.  * Interface to routines to display a version number in an about box
  3.  * Copyright ©1993 Working Software, Inc.  All Rights Reserved.
  4.  * 23 Feb Mike Crawford
  5.  */
  6.  
  7. void InstallAboutVersionProc( DialogPtr aboutDialog, short versItem );
  8. void DestroyAboutVersionProc( DialogPtr aboutDialog, short versItem );
  9. pascal void AboutVersionProc( DialogPtr dlg, short item );
  10.