diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2006-07-15 14:59:51 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2006-07-15 14:59:51 +0000 |
commit | da9348e58479864e324c7a6a744dd2c3eb2e56f6 (patch) | |
tree | e97ea27fa9ccf028b72a1647a875aef69c2860ec /src/bin/e_widget_check.h | |
parent | 5ac23c5fbdaa19e21bd12e5b8c02ca76f1284973 (diff) | |
download | enlightenment-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.h | 1 |
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 |