home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / guienv376.lha / GUIEnvironment / Examples / catalogs / GUIEnvExamples.cd next >
Encoding:
Text File  |  1994-12-15  |  1.5 KB  |  145 lines

  1. Quit_Gad (1//)
  2. _Quit
  3. ;
  4. String_Gad (//)
  5. S_tring:
  6. ;
  7. Integer_Gad (//)
  8. _Longint:
  9. ;
  10. Cycle_Gad (//)
  11. C_ycle it:
  12. ;
  13. Check_Gad (//)
  14. _Check it:
  15. ;
  16. Listview_Gad (//)
  17. Choose List_view-entry
  18. ;
  19. Scroller_Gad (//)
  20. _Scroll me
  21. ;
  22. Palette_Gad (//)
  23. This is a _palette !
  24. ;
  25. Slider_Gad (//)
  26. Slider me with + and -
  27. ;
  28. Text_Gad (//)
  29. MX:
  30. ;
  31. Project_Menu (30//)
  32. Project
  33. ;
  34. About_Menu (//)
  35. About
  36. ;
  37. Quit_Menu (//)
  38. Quit
  39. ;
  40. TG_Text(50//)
  41. Try pressing m
  42. ;
  43. About_Text(//)
  44. GUIEnvironment example for version 37.6\n© 1994 C. Ziegeler
  45. ;
  46. Quit_Text(//)
  47. Really quit example ?
  48. ;
  49. CYCLE_0(54//)
  50. Zero
  51. ;
  52. CYCLE_1(//)
  53. One
  54. ;
  55. CYCLE_2(//)
  56. Two
  57. ;
  58. CYCLE_3(//)
  59. Three
  60. ;
  61. MX_0(58//)
  62. Man
  63. ;
  64. MX_1(//)
  65. Woman
  66. ;
  67. MX_2(//)
  68. Child
  69. ;
  70. MSG_Text(61//)
  71. Your input:
  72. ;
  73. String_Text(//)
  74. String  :
  75. ;
  76. Longint_Text(//)
  77. Longint :
  78. ;
  79. CHECK_YES(//)
  80. Checkbox:YES
  81. ;
  82. CHECK_NO(//)
  83. Checkbox:NO
  84. ;
  85. LV_NO(//)
  86. Nothing
  87. ;
  88. Color_Text(//)
  89. Color   :
  90. ;
  91. String_Entry (68//)
  92. This is a text line !
  93. ;
  94. GE_Menu_0 (101//)
  95. Project
  96. ;
  97. GE_Menu_1 (//)
  98. About
  99. ;
  100. GE_Menu_2 (//)
  101. Quit
  102. ;
  103. GE_Menu_3 (//)
  104. Help
  105. ;
  106. GE_Menu_4 (//)
  107. GUIEnvironment
  108. ;
  109. GE_Menu_5 (//)
  110. Amiga
  111. ;
  112. REQ_Demo (201//)
  113. This is the requester demo !\nEnjoy it !
  114. ;
  115. REQ_DoIt (//)
  116. Do you want to see this requester again ?
  117. ;
  118. REQ_YNC (//)
  119. Do you want to see some asl requesters ?
  120. ;
  121. REQ_File (//)
  122. Choose the best library
  123. ;
  124. REQ_FileOut (//)
  125. You choice was:\ndir : %s\nfile: %s
  126. ;
  127. REQ_FileCancel (//)
  128. You cancelled it ! (Sniff..)
  129. ;
  130. REQ_Dir (//)
  131. Choose directory to save something...
  132. ;
  133. REQ_DirOut (//)
  134. You selected directory:\n%s
  135. ;
  136. REQ_DirCancel (//)
  137. You cancelled it ! (Snuff..)
  138. ;
  139. REQ_OK (//)
  140. Click OK to quit !
  141. ;
  142. REQ_Gad (240//)
  143. Use requesters
  144. ;
  145.