home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-11 | 381 b | 10 lines | [TEXT/KAHL] |
- /* AboutVersion.h
- * Interface to routines to display a version number in an about box
- * Copyright ©1993 Working Software, Inc. All Rights Reserved.
- * 23 Feb Mike Crawford
- */
-
- void InstallAboutVersionProc( DialogPtr aboutDialog, short versItem );
- void DestroyAboutVersionProc( DialogPtr aboutDialog, short versItem );
- pascal void AboutVersionProc( DialogPtr dlg, short item );
-