summaryrefslogtreecommitdiff
path: root/src/bin/e_widget_check.h
diff options
context:
space:
mode:
authorChristopher Michael <cpmichael1@comcast.net>2006-07-15 14:59:51 +0000
committerChristopher Michael <cpmichael1@comcast.net>2006-07-15 14:59:51 +0000
commitda9348e58479864e324c7a6a744dd2c3eb2e56f6 (patch)
treee97ea27fa9ccf028b72a1647a875aef69c2860ec /src/bin/e_widget_check.h
parent5ac23c5fbdaa19e21bd12e5b8c02ca76f1284973 (diff)
downloadenlightenment-da9348e58479864e324c7a6a744dd2c3eb2e56f6.tar.gz
Check widget can now do icons like radio button.
Should make it possible to eliminate bug in screen res dialog now. SVN revision: 23945
Diffstat (limited to 'src/bin/e_widget_check.h')
-rw-r--r--src/bin/e_widget_check.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_widget_check.h b/src/bin/e_widget_check.h
index 003be36ab1..b867cd93a1 100644
--- a/src/bin/e_widget_check.h
+++ b/src/bin/e_widget_check.h
@@ -9,6 +9,7 @@
EAPI Evas_Object *e_widget_check_add(Evas *evas, char *label, int *val);
EAPI void e_widget_check_checked_set(Evas_Object *check, int checked);
EAPI int e_widget_check_checked_get(Evas_Object *check);
+EAPI Evas_Object *e_widget_check_icon_add(Evas *evas, char *label, char *icon, int icon_w, int icon_h, int *val);
#endif
#endif