5 #define LISTBOX_SINGLE 0 // Single selection
6 #define LISTBOX_MULTIPLE 1 // Multiple selections
10 #define LISTBOX_ICONS 1
16 // White space around text
17 #define LISTBOX_MARGIN 4
18 // Distance from sides of window
19 #define LISTBOX_BORDER 2
21 #define LISTBOX_INDENT 10
23 // Justification for popup listbox
24 #define LISTBOX_LEFT 0
25 #define LISTBOX_RIGHT 1