home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_dev-disk / egsincludes / clib / gbtextinfo_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  1.4 KB  |  50 lines

  1. #ifndef CLIB_EGB_GBTEXTINFO_PROTOS_H
  2. #define CLIB_EGB_GBTEXTINFO_PROTOS_H
  3.  
  4. /***************************************************************************\
  5. *  $
  6. *  $ FILE     : gbtextinfo_protos.h
  7. *  $ VERSION  : 1
  8. *  $ REVISION : 4
  9. *  $ DATE     : 08-Dec-93 13:47
  10. *  $
  11. *  $ Author   : mvk
  12. *  $
  13. *
  14. *  C prototypes
  15. *
  16. *****************************************************************************
  17. *                                                                           *
  18. * (c) Copyright 1990/94 VIONA Development                                   *
  19. *     All Rights Reserved                                                   *
  20. *                                                                           *
  21. \***************************************************************************/
  22.  
  23. #ifndef         EXEC_TYPES_H
  24. #include        <exec/types.h>
  25. #endif
  26. #ifndef         EGS_EGSINTUI_H
  27. #include        <egs/egsintui.h>
  28. #endif
  29. #ifndef         EGS_EGSGADBOX_H
  30. #include        <egs/egsgadbox.h>
  31. #endif
  32. #ifndef         EGS_EGB_GBTEXTINFO_
  33. #include        <egs/egb/gbtextinfo.h>
  34. #endif
  35.  
  36. EB_GadBoxPtr EGB_CreateTextInfoGadget(EB_GadContext con,
  37.                   WORD minW, WORD maxW,
  38.                   WORD minH, WORD maxH,
  39.                   EG_EFontPtr font, LONG id);
  40.  
  41. void EGB_ModifyTextInfoGadget(EI_WindowPtr win,
  42.                   EI_GadgetPtr gad, char *text);
  43.  
  44. void EGB_SetTextInfoPos(EI_WindowPtr win,
  45.             EI_GadgetPtr gad,
  46.             LONG         line);
  47.  
  48. #endif /* CLIB_EGB_GBTEXTINFO_PROTOS_H */
  49.  
  50.