home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / tui160 / picklist.def < prev    next >
Encoding:
Text File  |  1992-03-06  |  1.3 KB  |  34 lines

  1. /****************************************************************************/
  2. /* PICKLIST.DEF                                                             */
  3. /*                                                                          */
  4. /* TUI definitions.  Use these defines as the index parameter for all the   */
  5. /* InTUItion functions.                                                     */
  6. /****************************************************************************/
  7.  
  8. #define  MENU_DIALOG          0
  9. #define  XFER_PICK_LIST       1
  10. #define  NORMAL_PICK_LIST     2
  11. #define  STRING_BROWSER       3
  12. #define  SCROLLING_PICK_LIST  4
  13. #define  QUIT                 5
  14. #define  PICK_LIST_DLG        6
  15. #define  SEL_1                8
  16. #define  SEL_2                9
  17. #define  SEL_3                10
  18. #define  SEL_4                11
  19. #define  SEL_5                12
  20. #define  SEL_6                13
  21. #define  SEL_7                14
  22. #define  SEL_8                15
  23. #define  BROWSER_DLG          16
  24. #define  BROWSER_BOX          17
  25. #define  BROWSER_HSLIDER      18
  26. #define  BROWSER_CANCEL       19
  27. #define  BROWSER_OK           20
  28. #define  BROWSER_VSLIDER      21
  29. #define  SCROLL_PICK_LIST_DLG 22
  30. #define  PICK_LIST_BOX        23
  31. #define  PICK_LIST_SLIDER     24
  32. #define  PICK_LIST_CANCEL     25
  33. #define  PICK_LIST_OK         26
  34.