and -x on this too

SVN revision: 26920
This commit is contained in:
Carsten Haitzler 2006-11-03 11:59:17 +00:00
parent f7843939d6
commit 6f81c3c5ae
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#ifndef E_WIDGET_CONFIG_LIST_H
#define E_WIDGET_CONFIG_LIST_H
EAPI Evas_Object *e_widget_config_list_add(Evas *evas, Evas_Object* (*func_entry_add) (Evas *evas, char **val), const char *label, int listspan);
EAPI int e_widget_config_list_count(Evas_Object *obj);
EAPI const char *e_widget_config_list_nth_get(Evas_Object *obj, int n);