HI
I am working on tizen native app development in whcih i am using radio widget in an genlist.I want to know whetehr a radio button is selected or not.If not slected then want to mar it as selcted. I can get the radio as Evas_Object. But did not find any api which can set a [erticular radio button as selected.
elm_radio_state_value_set(Evas_Object *obj, int value); elm_radio_state_value_get(const Evas_Object *obj); elm_radio_value_set(Evas_Object *obj, int value); elm_radio_value_get(const Evas_Object *obj);
I have tried to use above api, but did not succhedd to mark any radio button as selected.
Please help me to resiolve this problem.
Thanks,
Raghvendra