home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / ABOUTS.C < prev    next >
C/C++ Source or Header  |  1995-06-18  |  528b  |  26 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <winb.h>
  5. #include <te.h>
  6. #include <fntb.h>
  7. #include <gui.h>
  8.  
  9. int    aboutALT = -1 ;
  10. int aboutDBTNfrm = -1 ;
  11. int    aboutMSG[8] = -1 ;
  12. int    aboutDBTNok = -1 ;
  13.  
  14. /*    initDataABOUT:aboutDBTNok:MJ_DBUTTONL40の呼び出し関数    */
  15. int    aboutDBTNokFunc(kobj, messId, argc, pev, trigger)
  16. int        kobj ;
  17. int        messId ;
  18. int        argc ;
  19. EVENT    *pev ;
  20. int        trigger ;
  21. {
  22.     MMI_SendMessage(aboutALT, MM_ERASE, 0);
  23.     MMI_SendMessage(aboutALT, MM_DETACH, 0);
  24.     return NOERR ;
  25. }
  26.