home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / haswinlib / c / poll_h < prev    next >
Encoding:
Text File  |  1991-02-04  |  1.7 KB  |  38 lines

  1. /* -> $.CLIB.C.poll_h
  2.  *      HASWIN Graphics Library
  3.  *     =========================
  4.  *
  5.  *      Copyright (C) H.A.Shaw 1990.
  6.  *              Howard A. Shaw.
  7.  *              The Unit for Space Sciences,
  8.  *              Room 165,
  9.  *              Physics Building,
  10.  *              University of Kent at Canterbury.
  11.  *              Canterbury.
  12.  *              Kent.  CT2 7NJ
  13.  *      You may use and distribute this code freely, however please leave
  14.  *      it alone.  If you find bugs (and there will be many) please contact
  15.  *      me and the master source can be modified.  If you keep me informed
  16.  *      of who you give copies of this to then I can get release upgrades
  17.  *      to them.
  18.  *
  19.  *      little include file to link all the poll routines together.
  20.  */
  21. #include "includes.h"
  22. void graphics_plot(char *, int, int, int, int, int, int);
  23. int haswin_poll_redraw      (int (*)(int, buffer *), buffer *);
  24. int haswin_poll_open        (int (*)(int, buffer *), buffer *);
  25. int haswin_poll_close       (int (*)(int, buffer *), buffer *);
  26. int haswin_poll_leaving     (int (*)(int, buffer *), buffer *);
  27. int haswin_poll_entering    (int (*)(int, buffer *), buffer *);
  28. int haswin_poll_drag        (int (*)(int, buffer *), buffer *);
  29. int haswin_poll_mouse       (int (*)(int, buffer *), buffer *);
  30. int haswin_poll_key         (int (*)(int, buffer *), buffer *);
  31. int haswin_poll_menu        (int (*)(int, buffer *), buffer *);
  32. int haswin_poll_scroll      (int (*)(int, buffer *), buffer *);
  33. int haswin_poll_lcaret      (int (*)(int, buffer *), buffer *);
  34. int haswin_poll_gcaret      (int (*)(int, buffer *), buffer *);
  35. int haswin_poll_message     (int (*)(int, buffer *), buffer *);
  36. int haswin_poll_message_ack (int (*)(int, buffer *), buffer *);
  37.  
  38.