7 #include "bcfilebox.inc"
9 class BC_DeleteFile
: public BC_Window
12 BC_DeleteFile(BC_FileBox
*filebox
, int x
, int y
);
14 void create_objects();
16 ArrayList
<BC_ListBoxItem
*> *data
;
19 class BC_DeleteList
: public BC_ListBox
22 BC_DeleteList(BC_FileBox
*filebox
,
27 ArrayList
<BC_ListBoxItem
*> *data
);
31 class BC_DeleteThread
: public BC_DialogThread
34 BC_DeleteThread(BC_FileBox
*filebox
);
35 void handle_done_event(int result
);