home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / vviews.zip / SPACEFUN.H < prev    next >
Text File  |  1990-09-27  |  870b  |  25 lines

  1.  
  2. /* spacefun.h
  3.  
  4. The following is a function list for the specified form or library.  A
  5. function list associates the names of user-installed functions (specified in
  6. the Designer) with pointers to the functions (for use in the Vermont Views
  7. code).    User-installed functions include begin, end, validation, scroll, and
  8. action functions installed for forms, fields, or scrollable regions.
  9.  
  10. This file was created: 27-Sep-90   11:20:05
  11.  
  12. */
  13.  
  14. FUNCLIS space[] = 
  15. {
  16.     {(UCHAR *) "bfmtransport",    (PFI) bfmtransport},
  17.     {(UCHAR *) "dest_check_mark", (PFI) dest_check_mark},
  18.     {(UCHAR *) "efmdestination",  (PFI) efmdestination},
  19.     {(UCHAR *) "efmtransport",    (PFI) efmtransport},
  20.     {(UCHAR *) "exit_function",   (PFI) exit_function},
  21.     {(UCHAR *) "tran_check_mark", (PFI) tran_check_mark},
  22.     {(UCHAR *) NULLP,             (PFI) NULLFP}
  23. };
  24.  
  25.