r606: convert ODDLEADS to TOP_FIRST and EVENLEADS to BOTTOM_FIRST
[cinelerra_cv/mob.git] / guicast / bcfilebox.inc
blob3a7251257edf8f037a1dd469c3bf4a2c65593596
1 #ifndef BCFILEBOX_INC
2 #define BCFILEBOX_INC
4 class BC_FileBox;
7 // Display modes
8 #define FILEBOX_LIST    0
9 #define FILEBOX_ICONS   1
12 #define FILEBOX_COLUMNS 4
14 // Column definitions
15 #define FILEBOX_NAME 0
16 #define FILEBOX_SIZE 1
17 #define FILEBOX_DATE 2
18 #define FILEBOX_EXTENSION 3
20 #define FILEBOX_NAME_TEXT _("File")
21 #define FILEBOX_SIZE_TEXT _("Size")
22 #define FILEBOX_DATE_TEXT _("Date")
23 #define FILEBOX_EXTENSION_TEXT _("Extension")
25 #endif