home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / include / submods / ListBox.h < prev    next >
Encoding:
Text File  |  1996-08-28  |  667 b   |  20 lines

  1. /*
  2. ** ACE header file for the library module ListBox.o, which creates a simple 
  3. ** ListView gadget-based requester with a Cancel and Ok button, and returns 
  4. ** the number of the selection made or LISTBOX_CANCELLED.
  5. **
  6. ** See also ace.doc, "Creating & using ACE subprogram modules".
  7. **
  8. ** This file should reside in ACEinclude: so that #include <SUBmods/ListBox.h>
  9. ** can be used in programs linked with ListBox.o.
  10. **  
  11. ** Author: David J Benn
  12. **   Date: 29th June, 17th October 1995
  13. */
  14.  
  15. CONST LISTBOX_CANCELLED = 0
  16. CONST LISTBOX_ITEM_STRINGSIZE = 80
  17.  
  18. DECLARE SUB LONGINT ListBox(ADDRESS listItemArray, LONGINT items, ~
  19.                 STRING wdwTitle, STRING prompt) EXTERNAL
  20.