lib/ewl_filelist_view.h
Go to the documentation of this file.00001 /* vim: set sw=8 ts=8 sts=8 expandtab: */ 00002 #ifndef EWL_FILELIST_VIEW_H 00003 #define EWL_FILELIST_VIEW_H 00004 00011 Ewl_Widget *ewl_filelist_view_widget_fetch(void *data, unsigned int row, 00012 unsigned int column); 00013 Ewl_Widget *ewl_filelist_view_header_fetch(void *data, unsigned int column); 00014 00019 #endif