home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / YDESKTOP.C < prev    next >
Text File  |  1995-06-19  |  6KB  |  220 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    idDesktopSelectiveHyper = -1 ;
  10. int    idBackDialog = -1 ;
  11. int    idDesktopWinAttachHyper = -1 ;
  12. int    idDesktopToolAttachHyper = -1 ;
  13. int    idToolBoxDlg = -1 ;
  14. int    idToolBoxToolTIcon[12] = -1 ;
  15. int    idToolBoxMsg = -1 ;
  16. int    idToolBoxUndoDBtn = -1 ;
  17. int    idDesktopDialog = -1 ;
  18. int    idDesktopMenu = -1 ;
  19. int    idDesktopMItem_System = -1 ;
  20. int    idDesktopSystemMenu = -1 ;
  21. int    idDesktopSystemMItem[3] = -1 ;
  22. int    idDesktopMItem_File = -1 ;
  23. int    idDesktopFileMenu = -1 ;
  24. int    idDesktopFileMItem[4] = -1 ;
  25. int    idDesktopMItem_Image = -1 ;
  26. int    idDesktopImageMenu = -1 ;
  27. int    idDesktopImageMItem[4] = -1 ;
  28. int    idDesktopZoomMenu = -1 ;
  29. int    idDesktopZoomMItem[8] = -1 ;
  30. int    idDesktopMItem_Setup = -1 ;
  31. int    idDesktopExitIcon = -1 ;
  32. int    idDesktopAlertHyper = -1 ;
  33. int    idDesktopHelpIcon = -1 ;
  34. int    idDesktopSkbIcon = -1 ;
  35. int    idDesktopFileDlgHyper = -1 ;
  36. int    idImageClearDlg = -1 ;
  37. int    idImageClearTitleMsg = -1 ;
  38. int    idImageClearMsg[4] = -1 ;
  39. int    idImageClearDBtn[2] = -1 ;
  40. int    idDesktopMItem_Edit = -1 ;
  41. int    idDesktopMItem_Layer = -1 ;
  42. int    idDesktopLayerMenu = -1 ;
  43. int    idDesktopLayerMItem[8] = -1 ;
  44.  
  45. /*    initDataZDESKTOP:idToolBoxToolTIcon[0]:MJ_TICONL40の呼び出し関数    */
  46. /*    initDataZDESKTOP:idToolBoxToolTIcon[1]:MJ_TICONL40の呼び出し関数    */
  47. /*    initDataZDESKTOP:idToolBoxToolTIcon[2]:MJ_TICONL40の呼び出し関数    */
  48. /*    initDataZDESKTOP:idToolBoxToolTIcon[3]:MJ_TICONL40の呼び出し関数    */
  49. /*    initDataZDESKTOP:idToolBoxToolTIcon[4]:MJ_TICONL40の呼び出し関数    */
  50. /*    initDataZDESKTOP:idToolBoxToolTIcon[5]:MJ_TICONL40の呼び出し関数    */
  51. /*    initDataZDESKTOP:idToolBoxToolTIcon[6]:MJ_TICONL40の呼び出し関数    */
  52. /*    initDataZDESKTOP:idToolBoxToolTIcon[7]:MJ_TICONL40の呼び出し関数    */
  53. /*    initDataZDESKTOP:idToolBoxToolTIcon[8]:MJ_TICONL40の呼び出し関数    */
  54. /*    initDataZDESKTOP:idToolBoxToolTIcon[9]:MJ_TICONL40の呼び出し関数    */
  55. /*    initDataZDESKTOP:idToolBoxToolTIcon[10]:MJ_TICONL40の呼び出し関数    */
  56. /*    initDataZDESKTOP:idToolBoxToolTIcon[11]:MJ_TICONL40の呼び出し関数    */
  57. int    toolboxToolFunc(kobj, messId, argc, pev, trigger)
  58. int        kobj ;
  59. int        messId ;
  60. int        argc ;
  61. EVENT    *pev ;
  62. int        trigger ;
  63. {
  64.     return NOERR ;
  65. }
  66.  
  67. /*    initDataZDESKTOP:idToolBoxUndoDBtn:MJ_DBUTTONL40の呼び出し関数    */
  68. int    ToolBoxUndoDBtnFunc(kobj, messId, argc, pev, trigger)
  69. int        kobj ;
  70. int        messId ;
  71. int        argc ;
  72. EVENT    *pev ;
  73. int        trigger ;
  74. {
  75.     return NOERR ;
  76. }
  77.  
  78. /*    initDataZDESKTOP:idDesktopSystemMItem[0]:MJ_MITEML40の呼び出し関数    */
  79. int    desktop_about(kobj, messId, argc, pev, trigger)
  80. int        kobj ;
  81. int        messId ;
  82. int        argc ;
  83. EVENT    *pev ;
  84. int        trigger ;
  85. {
  86.     return NOERR ;
  87. }
  88.  
  89. /*    initDataZDESKTOP:idDesktopSystemMItem[2]:MJ_MITEML40の呼び出し関数    */
  90. /*    initDataZDESKTOP:idDesktopExitIcon:MJ_ICONL40の呼び出し関数    */
  91. int    desktop_quit(kobj, messId, argc, pev, trigger)
  92. int        kobj ;
  93. int        messId ;
  94. int        argc ;
  95. EVENT    *pev ;
  96. int        trigger ;
  97. {
  98.     return NOERR ;
  99. }
  100.  
  101. /*    initDataZDESKTOP:idDesktopFileMItem[0]:MJ_MITEML40の呼び出し関数    */
  102. /*    initDataZDESKTOP:idDesktopImageMItem[0]:MJ_MITEML40の呼び出し関数    */
  103. int    desktop_create(kobj, messId, argc, pev, trigger)
  104. int        kobj ;
  105. int        messId ;
  106. int        argc ;
  107. EVENT    *pev ;
  108. int        trigger ;
  109. {
  110.     return NOERR ;
  111. }
  112.  
  113. /*    initDataZDESKTOP:idDesktopFileMItem[1]:MJ_MITEML40の呼び出し関数    */
  114. int    desktopMITEMfile_loadimgFunc(kobj, messId, argc, pev, trigger)
  115. int        kobj ;
  116. int        messId ;
  117. int        argc ;
  118. EVENT    *pev ;
  119. int        trigger ;
  120. {
  121.     return NOERR ;
  122. }
  123.  
  124. /*    initDataZDESKTOP:idDesktopFileMItem[2]:MJ_MITEML40の呼び出し関数    */
  125. int    desktopMITEMfile_saveimgFunc(kobj, messId, argc, pev, trigger)
  126. int        kobj ;
  127. int        messId ;
  128. int        argc ;
  129. EVENT    *pev ;
  130. int        trigger ;
  131. {
  132.     return NOERR ;
  133. }
  134.  
  135. /*    initDataZDESKTOP:idDesktopFileMItem[3]:MJ_MITEML40の呼び出し関数    */
  136. int    Desktop_FileCloseProc(kobj, messId, argc, pev, trigger)
  137. int        kobj ;
  138. int        messId ;
  139. int        argc ;
  140. EVENT    *pev ;
  141. int        trigger ;
  142. {
  143.     return NOERR ;
  144. }
  145.  
  146. /*    initDataZDESKTOP:idDesktopZoomMItem[0]:MJ_MITEML40の呼び出し関数    */
  147. /*    initDataZDESKTOP:idDesktopZoomMItem[1]:MJ_MITEML40の呼び出し関数    */
  148. /*    initDataZDESKTOP:idDesktopZoomMItem[2]:MJ_MITEML40の呼び出し関数    */
  149. /*    initDataZDESKTOP:idDesktopZoomMItem[3]:MJ_MITEML40の呼び出し関数    */
  150. /*    initDataZDESKTOP:idDesktopZoomMItem[4]:MJ_MITEML40の呼び出し関数    */
  151. /*    initDataZDESKTOP:idDesktopZoomMItem[5]:MJ_MITEML40の呼び出し関数    */
  152. /*    initDataZDESKTOP:idDesktopZoomMItem[6]:MJ_MITEML40の呼び出し関数    */
  153. /*    initDataZDESKTOP:idDesktopZoomMItem[7]:MJ_MITEML40の呼び出し関数    */
  154. int    desktop_setImageZoom(kobj, messId, argc, pev, trigger)
  155. int        kobj ;
  156. int        messId ;
  157. int        argc ;
  158. EVENT    *pev ;
  159. int        trigger ;
  160. {
  161.     return NOERR ;
  162. }
  163.  
  164. /*    initDataZDESKTOP:idDesktopImageMItem[1]:MJ_MITEML40の呼び出し関数    */
  165. int    cmd_viewAllScr(kobj, messId, argc, pev, trigger)
  166. int        kobj ;
  167. int        messId ;
  168. int        argc ;
  169. EVENT    *pev ;
  170. int        trigger ;
  171. {
  172.     return NOERR ;
  173. }
  174.  
  175. /*    initDataZDESKTOP:idDesktopImageMItem[2]:MJ_MITEML40の呼び出し関数    */
  176. int    desktopMITEMfile_clearFunc(kobj, messId, argc, pev, trigger)
  177. int        kobj ;
  178. int        messId ;
  179. int        argc ;
  180. EVENT    *pev ;
  181. int        trigger ;
  182. {
  183.     return NOERR ;
  184. }
  185.  
  186. /*    initDataZDESKTOP:idDesktopImageMItem[3]:MJ_MITEML40の呼び出し関数    */
  187. int    Desktop_UndoProc(kobj, messId, argc, pev, trigger)
  188. int        kobj ;
  189. int        messId ;
  190. int        argc ;
  191. EVENT    *pev ;
  192. int        trigger ;
  193. {
  194.     return NOERR ;
  195. }
  196.  
  197. /*    initDataZDESKTOP:idDesktopMItem_Setup:MJ_MITEML40の呼び出し関数    */
  198. int    desktop_setup(kobj, messId, argc, pev, trigger)
  199. int        kobj ;
  200. int        messId ;
  201. int        argc ;
  202. EVENT    *pev ;
  203. int        trigger ;
  204. {
  205.     return NOERR ;
  206. }
  207.  
  208. /*    initDataZDESKTOP:idImageClearDBtn[0]:MJ_DBUTTONL40の呼び出し関数    */
  209. /*    initDataZDESKTOP:idImageClearDBtn[1]:MJ_DBUTTONL40の呼び出し関数    */
  210. int    imgclearDBTNFunc(kobj, messId, argc, pev, trigger)
  211. int        kobj ;
  212. int        messId ;
  213. int        argc ;
  214. EVENT    *pev ;
  215. int        trigger ;
  216. {
  217.     return NOERR ;
  218. }
  219.  
  220.