home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / educatin / typtutor / aesbind.h next >
Text File  |  1989-06-03  |  5KB  |  154 lines

  1. /*
  2.  * aesbind.h -- give bindings and structures for GEM AES routines.
  3.  *
  4.  * Copyright (c) 1981-1987, Mark Williams Company, Chicago
  5.  * This file and its contents may not be copied or distributed
  6.  * without permission.
  7.  */
  8.  
  9. /* int appl_exit(); */
  10.     int appl_exit();
  11. /* int appl_find(p) long p; */
  12.     int appl_find();
  13. /* int appl_init(); */
  14.     int appl_init();
  15. /* int appl_read(r, l, p) int r, l; long p; */
  16.     int appl_read();
  17. /* int appl_tplay(b, l, s) long b; int l, s; */
  18.     int appl_tplay();
  19. /* int appl_trecord(b, l) long b; int l; */
  20.     int appl_trecord();
  21. /* int appl_write(w, l, p) int w, l; long p; */
  22.     int appl_write();
  23. /* int crys_if(o) int o; */
  24.     int crys_if();
  25. /* int evnt_button(c, m, s, p) int c, m, s; Mouse p; */
  26.     int evnt_button();
  27. /* int evnt_dclick(r, s) int r, s; */
  28.     int evnt_dclick();
  29. /* int evnt_keybd(); */
  30.     int evnt_keybd();
  31. /* int evnt_mesag(p) long p; */
  32.     int evnt_mesag();
  33. /* int evnt_mouse(f, r, m) int f; Rect r; Mouse m; */
  34.     int evnt_mouse();
  35. /* int evnt_multi(f, c, k, b, m1, r1, m2, r2, p, tlc, thc, m, pkr, pbr)
  36.  * int f, c, k, b, m1; Rect r1; int m2; Rect r2;
  37.  * long p; int tlc, thc; Mouse m; int *pkr, *pbr;
  38.  */
  39.     int evnt_multi();
  40. /* int evnt_timer(l, h) int l, h; */
  41.     int evnt_timer();
  42. /* int form_alert(d, a) int d; long a; */
  43.     int form_alert();
  44. /* int form_center(t, c) long t; Prect c; */
  45.     int form_center();
  46. /* int form_dial(d, i, r) int d; Rect i, r; */
  47.     int form_dial();
  48. /* int form_do(f, s) long f; int s; */
  49.     int form_do();
  50. /* int form_error(e) int e; */
  51.     int form_error();
  52. /* int fsel_input(p, s, b) char *p, *s; int *b; */
  53.     int fsel_input();
  54. /* int graf_dragbox(w, h, sx, sy, bound, fx, fy);
  55.  * int w, h, sx, sy; Rect bound; int *fx, *fy
  56.  */
  57.     int graf_dragbox();
  58. /* int graf_growbox(o, r) Rect o, r; */
  59.     int graf_growbox();
  60. /* int graf_handle(wc, hc, wb, hb) int *wc, *hc, *wb, *hb; */
  61.     int graf_handle();
  62. /* int graf_mbox(w, h, sx, sy, dx, dy) int w, h, sx, sy, dx, dy; */
  63.     int graf_mbox();
  64. /* int graf_mkstate(m) Mouse m; */
  65.     int graf_mkstate();
  66. /* int graf_mouse(n, p) int n; long p; */
  67.     int graf_mouse();
  68. /* int graf_rubbox(r, w, h) Rect r; int *w, *h; */
  69.     int graf_rubbox();
  70. /* int graf_shrinkbox(o, r) Rect o, r; */
  71.     int graf_shrinkbox();
  72. /* int graf_slidebox(t, p, o, v) long t; int p, o, v; */
  73.     int graf_slidebox();
  74. /* int graf_watchbox(t, o, in, out) long t; int o, in, out; */
  75.     int graf_watchbox();
  76. /* int menu_text(t, i, p) long t; int i; long p; */
  77.     int menu_text();
  78. /* int menu_bar(t, s) long t; int s; */
  79.     int menu_bar();
  80. /* int menu_icheck(t, i, c) long t; int i, c; */
  81.     int menu_icheck();
  82. /* int menu_ienable(t, i, e) long t; int i, e; */
  83.     int menu_ienable();
  84. /* int menu_register(i, p) int i; long p; */
  85.     int menu_register();
  86. /* int menu_tnormal(t, i, n) long t; int i, n; */
  87.     int menu_tnormal();
  88. /* int objc_add(t, p, c) long t; int p, c; */
  89.     int objc_add();
  90. /* int objc_change(t, o, d, c, n, r) long t; int o, d; Rect c; int n, r; */
  91.     int objc_change();
  92. /* int objc_delete(t, d) long t; int d; */
  93.     int objc_delete();
  94. /* int objc_draw(t, o, d, c) long t; int o, d; Rect c; */
  95.     int objc_draw();
  96. /* int objc_edit(t, o, i, x, k) long t; int o, i, *x, k; */
  97.     int objc_edit();
  98. /* int objc_find(t, s, d, x, y) long t; int s, d, x, y; */
  99.     int objc_find();
  100. /* int objc_order(t, m, n) long t; int m, n; */
  101.     int objc_order();
  102. /* int objc_offset(t, o, x, y) long t; int o, *x, *y; */
  103.     int objc_offset();
  104. /* int rc_copy(s, d) Rect *s, *d; */
  105.     int rc_copy();
  106. /* int rc_equal(s, d) Rect *s, *d; */
  107.     int rc_equal();
  108. /* int rc_intersect(s, d) Rect *s, *d; */
  109.     int rc_intersect();
  110. /* int rc_union(s, d) Rect *s, *d; */
  111.     int rc_union();
  112. /* int rsrc_free(); */
  113.     int rsrc_free();
  114. /* int rsrc_gaddr(t, i, p) int t, i; long *p; */
  115.     int rsrc_gaddr();
  116. /* int rsrc_load(r) long r; */
  117.     int rsrc_load();
  118. /* int rsrc_obfix(t, o) long t; int o; */
  119.     int rsrc_obfix();
  120. /* int rsrc_saddr(t, i, v) int t, i; long v; */
  121.     int rsrc_saddr();
  122. /* int scrp_read(p) long p; */
  123.     int scrp_read();
  124. /* int scrp_write(p) long p; */
  125.     int scrp_write();
  126. /* int shel_envrn(p, s) long p, s; */
  127.     int shel_envrn();
  128. /* int shel_find(p) long p; */
  129.     int shel_find();
  130. /* int shel_read(c, t) long c, t; */
  131.     int shel_read();
  132. /* int shel_write(x, g, c, p, t) int x, g, c; long p, t; */
  133.     int shel_write();
  134. /* int wind_calc(t, k, r, p) int t, k; Rect r; Prect p; */
  135.     int wind_calc();
  136. /* int wind_close(h) int h; */
  137.     int wind_close();
  138. /* int wind_create(k, w) int k; Rect w; */
  139.     int wind_create();
  140. /* int wind_delete(h) int h; */
  141.     int wind_delete();
  142. /* int wind_find(x, y) int x, y; */
  143.     int wind_find();
  144. /* int wind_get(h, f, p1, p2, p3, p4) int h, f, *p1, *p2, *p3, *p4; */
  145.     int wind_get();
  146. /* int wind_open(h, w) int h; Rect w; */
  147.     int wind_open();
  148. /* int wind_set(h, f, w2, w3, w4, w5) int h, f, w2, w3, w4, w5; */
  149.     int wind_set();
  150. /* int wind_update(u) int u; */
  151.     int wind_update();
  152.  
  153. /* End of aesbind.h */
  154.