00001 #ifndef BCLISTBOX_INC
00002 #define BCLISTBOX_INC
00003
00004
00005 #define LISTBOX_SINGLE 0 // Single selection
00006 #define LISTBOX_MULTIPLE 1 // Multiple selections
00007
00008
00009 #define LISTBOX_TEXT 0
00010 #define LISTBOX_ICONS 1
00011
00012
00013 #define ICON_LEFT 0
00014 #define ICON_TOP 1
00015
00016
00017 #define LISTBOX_MARGIN 4
00018
00019 #define LISTBOX_BORDER 2
00020 #define ICON_MARGIN 1
00021 #define LISTBOX_INDENT 10
00022
00023
00024 #define LISTBOX_LEFT 0
00025 #define LISTBOX_RIGHT 1
00026
00027 class BC_ListBoxItem;
00028 class BC_ListBox;
00029
00030 #endif