2008-06-06 03:02:27 +00:00
|
|
|
#ifndef ECDB_GUI_H
|
|
|
|
#define ECDB_GUI_H
|
|
|
|
|
2008-08-04 23:28:43 +00:00
|
|
|
int ecdb_create_main_gui(void);
|
|
|
|
int ecdb_create_data_tab(void);
|
|
|
|
void ecdb_set_main_theme(const char *theme_name, const char *group);
|
2008-06-06 03:02:27 +00:00
|
|
|
|
|
|
|
#endif
|