2008-12-09 19:46:00 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
2008-06-06 03:02:27 +00:00
|
|
|
#ifndef ECDB_GUI_H
|
|
|
|
#define ECDB_GUI_H
|
|
|
|
|
2008-12-21 01:48:31 +00:00
|
|
|
int ecdb_create_main_gui(void);
|
|
|
|
void ecdb_set_main_theme(const char *theme_name);
|
2009-02-05 04:11:22 +00:00
|
|
|
void ecdb_welcome_page_show(Ecdb_Page *page);
|
2009-01-08 02:33:00 +00:00
|
|
|
void ecdb_gui_combo_header_from_drive(Evas_Object *c, const char *name,
|
2008-12-21 03:52:57 +00:00
|
|
|
void *data, Evas_Object *obj,
|
|
|
|
int sel);
|
2009-01-08 02:33:00 +00:00
|
|
|
void ecdb_gui_combo_header_from_speeds(Evas_Object *c, const char *name,
|
2008-12-21 03:52:57 +00:00
|
|
|
void *data, Evas_Object *obj,
|
|
|
|
int sel);
|
2008-06-06 03:02:27 +00:00
|
|
|
|
|
|
|
#endif
|