2008-06-17 04:06:47 +00:00
|
|
|
#ifndef ECDB_FILELIST_CUSTOM_H
|
|
|
|
#define ECDB_FILELIST_CUSTOM_H
|
|
|
|
|
2008-06-20 20:08:45 +00:00
|
|
|
void ecdb_custom_filelist_directory_set(Ewl_Filelist *fl,
|
2008-08-04 22:18:34 +00:00
|
|
|
Ecdb_Source *src);
|
2008-06-20 20:08:45 +00:00
|
|
|
Ewl_Widget *ecdb_custom_filelist_new(void);
|
2008-08-04 22:18:34 +00:00
|
|
|
char * ecdb_custom_filelist_selected_file_get(Ewl_Filelist *fl);
|
2008-06-17 04:06:47 +00:00
|
|
|
|
|
|
|
#endif
|