legacy/experimental/ecdb/trunk/src/ecdb_filelist_custom.h

10 lines
276 B
C
Raw Normal View History

2008-06-17 04:06:47 +00:00
#ifndef ECDB_FILELIST_CUSTOM_H
#define ECDB_FILELIST_CUSTOM_H
void ecdb_custom_filelist_directory_set(Ewl_Filelist *fl,
2008-08-04 22:18:34 +00:00
Ecdb_Source *src);
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