home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_demo-version / egs_devels / c-include / clib / gbselect_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  768 b   |  29 lines

  1. /**
  2.  **  Prototypes for gbselect.library
  3.  **
  4.  **  Created: 03. Aug 1992   us
  5.  **  Changed: 03. Aug 1992
  6.  **  Changed: 10. Jan 1993   jsm
  7.  **
  8.  **/
  9.  
  10. #ifndef         EXEC_TYPES_H
  11. #include        <exec/types.h>
  12. #endif
  13. #ifndef         EGS_EGSINTUI_H
  14. #include        <egs/egsintui.h>
  15. #endif
  16. #ifndef         EGS_EGSGADBOX_H
  17. #include        <egs/egsgadbox.h>
  18. #endif
  19. #ifndef         EGS_EGB_GBSELECT_H
  20. #include        <egs/egb/gbselect.h>
  21. #endif
  22.  
  23. EB_GadBoxPtr EGB_CreateSelectGadget(EB_GadContext con, LONG id,
  24.                                     EGB_GadBoxArrayPtr elems);
  25. EB_GadBoxPtr EGB_CreateTextSelectGadget(EB_GadContext con, LONG id,
  26.                                     EB_StrArrayPtr elems);
  27. void EGB_ModifySelectGadget(EI_WindowPtr win, EI_GadgetPtr gad, WORD num);
  28.  
  29.