home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 220_01 / boss_sup.lzh / WINDOWS.FNT < prev    next >
Encoding:
Text File  |  1990-12-28  |  10.2 KB  |  202 lines

  1. void wn_wrap(struct wcb *wn, int flag);
  2. int wn_title(struct wcb *wn, char *title);
  3. int wn_titla(struct wcb *wn, char *title, int atr);
  4. void wn_sync(struct wcb *wn, int flag);
  5. unsigned wns_mtype(void);
  6. void wns_delc(struct wcb *wn);
  7. void wns_wtext(struct wcb *wn, char *string);
  8. void wns_movscr(int srow, int scol, int w, int h, int drow, int dcol, int mode, 
  9.                 int atrib);
  10. void wns_savres(int page, int row, int col, int width, int height, char *array, 
  11.                 int flag);
  12. void wns_fixc(int *atrib);
  13. void wns_drow(int page, int c, int atrib, int row, int col, int count);
  14. void wns_dput(struct wcb *wn, int page, int c_atrib, int row, int col);
  15. void wns_err(struct wcb *wn, char *msg);
  16. void wns_ierr(char *msg);
  17. void wns_sapu(int nl, int r1, int c1, int r2, int c2, int atrib);
  18. void wns_sapd(int nl, int r1, int c1, int r2, int c2, int atrib);
  19. void wns_von(void);
  20. void wns_voff(void);
  21. void wns_ssiz(int row, int col);
  22. int wns_ega(int *memsize, int *mode, unsigned *features, unsigned *switches);
  23. unsigned wns_getca(int page, int row, int col);
  24. void wns_putca(int page, unsigned atch, int row, int col);
  25. char *wn_sleftj(char *s);
  26. char *wn_srightj(char *s);
  27. char *wn_scenter(char *s, char *t, int w);
  28. char *wn_sdelspc(char *s, int code);
  29. int wn_strndx(char *s, char *t, int exp);
  30. int wn_stitle(struct wcb *wn, char *title, int location);
  31. int wn_stitla(struct wcb *wn, char *title, int atr, int location);
  32. int wn_spawnl(unsigned smode, char *path, char *a1);
  33. void wn_scroll(struct wcb *wn, int method);
  34. struct wcb *wn_save(int page, int row, int col, int width, int height);
  35. int wn_restore(struct wcb *wn);
  36. int wn_puts(struct wcb *wn, int row, int col, char *s);
  37. int wn_putsa(struct wcb *wn, int row, int col, char *s, unsigned atrib);
  38. int wn_putc(struct wcb *wn, int row, int col, int c);
  39. int wn_putca(struct wcb *wn, int row, int col, int c, unsigned a);
  40. int wn_popup(int page, int row, int col, int width, int height, int atrib, 
  41.              int batrib, struct pmenu *mx, int cflag);
  42. struct wcb *wn_qpopup(int page, int row, int col, int width, int height, 
  43.                       int atrib, int batrib, struct pmenu *mx);
  44. struct wcb *wn_open(int page, int row, int col, int width, int height, int atrib, 
  45.                     int batrib);
  46. void wns_explode(struct wcb *wn);
  47. void wns_vbar(struct wcb *wn, int rul, int cul, int rlr, int clr, int atrib);
  48. unsigned long wns_gticks(void);
  49. void wns_stdiv(unsigned long div);
  50. int wn_natrib(struct wcb *wn, int natr);
  51. struct wcb *wn_move(struct wcb *wn, int row, int col);
  52. void mo_die(char *msg);
  53. void wns_mo_check(struct mcb *mptr, char *msg);
  54. struct mcb *mo_reset(void);
  55. void mo_show(struct mcb *m);
  56. void mo_hide(struct mcb *m);
  57. void mo_pos(struct mcb *m);
  58. void mo_move(struct mcb *m, int row, int col);
  59. void mo_pbinfo(struct mcb *m, int button);
  60. void mo_rbinfo(struct mcb *m, int button);
  61. void mo_clim(struct mcb *m, int cmin, int cmax);
  62. void mo_rlim(struct mcb *m, int rmin, int rmax);
  63. void mo_sgcursor(struct mcb *m, unsigned hhot, unsigned vhot, unsigned seg, 
  64.                  unsigned off);
  65. void mo_scursor(struct mcb *m, int type, int start, int stop);
  66. void mo_motion(struct mcb *m);
  67. void mo_task(struct mcb *m, unsigned mask, unsigned tseg, unsigned toff);
  68. void mo_lpon(struct mcb *m);
  69. void mo_lpoff(struct mcb *m);
  70. void mo_ratio(struct mcb *m, int ver, int hor);
  71. void mo_rcpos(struct mcb *mptr, int *status, int *row, int *col);
  72. void mo_locate(struct mcb *mptr, int row, int col);
  73. void mo_press(struct mcb *mptr, int button, int *status, int *nclik, int *row, 
  74.               int *col);
  75. void mo_release(struct mcb *mptr, int button, int *status, int *nclik, int *row, 
  76.                 int *col);
  77. void mo_reigon(struct mcb *mptr, int row, int col, int width, int height);
  78. void mo_setptr(struct mcb *mptr, unsigned tchar, unsigned atrib);
  79. void mo_wait(struct mcb *mptr);
  80. int mo_nbutt(struct mcb *mptr);
  81. void wns_mo_show(void);
  82. void wns_mo_hide(void);
  83. int v_getchm(void);
  84. int wn_locate(struct wcb *wn, int row, int col);
  85. int wn_insrow(struct wcb *wn, int row);
  86. int wn_input(struct wcb *wn, int row, int col, char *prmpt, char *mask, int fill, 
  87.              unsigned atrib, char *ubuff, char *hlpmsg);
  88. int wn_psinit(int rows, int cols);
  89. int wn_init(void);
  90. int wn_exit(void);
  91. void wn_shkey(unsigned scan_code);
  92. int wn_ihmsg(char *msg);
  93. int wn_iemsg(char *msg);
  94. void showpage(long offset);
  95. int filbuf(long offset);
  96. int wn_hlinit(int row, int col, int width, int height, unsigned atrib, 
  97.               unsigned batrib, char *help_file_name);
  98. int wn_help(char *subject);
  99. int wn_gulong(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  100.               int col, char *prmpt, unsigned atrib, int fill, 
  101.               unsigned long *value, int fwidth, unsigned long low, 
  102.               unsigned long high, char *ubuff, char *hlpmsg, char *errmsg);
  103. int wn_guint(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  104.              int col, char *prmpt, unsigned atrib, int fill, unsigned *value, 
  105.              int fwidth, unsigned low, unsigned high, char *ubuff, 
  106.              char *hlpmsg, char *errmsg);
  107. int wn_gtime(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  108.              int col, char *prmpt, unsigned atrib, int fill, int *hours, 
  109.              int *mins, int *secs, char *ubuff, char *hlpmsg, char *errmsg);
  110. int wns_gtext(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  111.               int col, char *prmpt, unsigned atrib, int fill, int fwidth, 
  112.               char *ubuff, char *hlpmsg, char *errmsg);
  113. int wn_gtext(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  114.              int col, char *prmpt, unsigned atrib, int fill, int fwidth, 
  115.              char *ubuff, char *hlpmsg, char *errmsg);
  116. int wn_gutext(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  117.               int col, char *prmpt, unsigned atrib, int fill, int fwidth, 
  118.               char *ubuff, char *hlpmsg, char *errmsg);
  119. int wn_gltext(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  120.               int col, char *prmpt, unsigned atrib, int fill, int fwidth, 
  121.               char *ubuff, char *hlpmsg, char *errmsg);
  122. int wn_gatext(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  123.               int col, char *prmpt, unsigned atrib, int fill, int fwidth, 
  124.               char *ubuff, char *hlpmsg, char *errmsg);
  125. int wn_gpword(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  126.               int col, char *prmpt, unsigned atrib, int fill, int fwidth, 
  127.               char *ubuff, char *hlpmsg, char *errmsg);
  128. int wn_gphone(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  129.               int col, char *prmpt, unsigned atrib, int fill, int *acode, 
  130.               int *nnx, int *num, char *ubuff, char *hlpmsg, char *errmsg);
  131. int wn_glong(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  132.              int col, char *prmpt, unsigned atrib, int fill, long *value, 
  133.              int fwidth, long low, long high, char *ubuff, char *hlpmsg, 
  134.              char *errmsg);
  135. int wn_gint(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  136.             int col, char *prmpt, unsigned atrib, int fill, int *value, 
  137.             int fwidth, int low, int high, char *ubuff, char *hlpmsg, 
  138.             char *errmsg);
  139. int wn_gfloat(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  140.               int col, char *prmpt, unsigned atrib, int fill, float *value, 
  141.               int fwidth, int ndec, double , double , char *ubuff, 
  142.               char *hlpmsg, char *errmsg);
  143. char *wn_gets(struct wcb *wn, char *s, int va, char *cl);
  144. int wn_gdouble(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  145.                int col, char *prmpt, unsigned atrib, int fill, double *value, 
  146.                int fwidth, int ndec, double low, double high, char *ubuff, 
  147.                char *hlpmsg, char *errmsg);
  148. int wn_gdate(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  149.              int col, char *prmpt, unsigned atrib, int fill, int *month, 
  150.              int *day, int *year, char *ubuff, char *hlpmsg, char *errmsg);
  151. int wn_gbool(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  152.              int col, char *prmpt, unsigned atrib, int fill, int *value, 
  153.              char *ubuff, char *hlpmsg, char *errmsg);
  154. struct wi_scb **wn_frmopn(int nfields);
  155. int wn_frmget(struct wi_scb **frm);
  156. int wn_frmcls(struct wi_scb **frm);
  157. int wn_fixcsr(struct wcb *wn);
  158. int wn_dtext(int fun, struct wi_scb **frm, int fld, struct wcb *wn, int row, 
  159.              int col, char *prmpt);
  160. void wn_dmode(int flag);
  161. void wn_dma(int flag);
  162. int wn_delrow(struct wcb *wn, int row);
  163. int wn_dborder(struct wcb *wn, int ul, int ur, int tb, int sd, int ll, int lr);
  164. void wn_color(struct wcb *wn, int atrib, int batrib);
  165. int wn_clrrow(struct wcb *wn, int row);
  166. int wn_clr(struct wcb *wn);
  167. int wn_close(struct wcb *wn);
  168. void wn_boxset(int ul, int ur, int tb, int sd, int ll, int lr);
  169. unsigned _getca(int page, int row, int col);
  170. void _putca(int page, unsigned atch, int row, int col);
  171. void _absloc(int page, int row, int col);
  172. void v_wca(int page, int ch, int at, int count);
  173. void v_wtty(int ch);
  174. void v_cls(int at);
  175. void v_spage(int page);
  176. void v_smode(int mode);
  177. void v_locate(int page, int row, int col);
  178. void v_hidec(void);
  179. void v_sapu(int nl, int rul, int cul, int rlr, int clr, int at);
  180. void v_sapd(int nl, int rul, int cul, int rlr, int clr, int at);
  181. void v_rcpos(int page, int *row, int *col);
  182. void v_rcvs(int *page, int *mode, int *cols);
  183. int v_getch(void);
  184. void v_kflush(void);
  185. void v_sctype(int type, int sline, int eline);
  186. int wn_activate(struct wcb *wn);
  187. int wns_push(int imgix);
  188. int wns_pop(int imgix);
  189. int wns_alloc(unsigned size, unsigned *seg, unsigned *off, unsigned *ptr);
  190. int wns_free(unsigned seg, unsigned off);
  191. int wns_image(struct wcb *wn, int imgix, int flag);
  192. void wns_blt(int row, int col, int width, int height, unsigned tseg, 
  193.              unsigned toff, int imgix, int flag);
  194. int wn_printf(struct wcb *wn, char *cs,...);
  195. void wn_windows(void);
  196.  
  197. void cdecl _vidblt(unsigned, unsigned, unsigned, unsigned, int);
  198. int  cdecl v_kstat(void);
  199. void cdecl xferdata(unsigned, unsigned, unsigned, unsigned, int);
  200. void cdecl v_border(int);
  201.  
  202.