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