diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-09-17 10:56:42 +0200 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-09-17 13:46:05 +0200 |
commit | ff0aabd345c02369996c4656e579cf1872332202 (patch) | |
tree | 6884529061e0e4e53c6ba952f4bf8ff3e9452fa9 /src/bin/elementary/test_ui_collection.c | |
parent | 81441638dbff9f5e0c15a54d8142cdbd21582ce1 (diff) |
efl_ui_multi_selectable: remove SINGLE_ALWAYS
this should get a better solution later on. There is also no real usage
for that.
ref T7922
Reviewed-by: SangHyeon Jade Lee <sh10233.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D9985
Diffstat (limited to '')
-rw-r--r-- | src/bin/elementary/test_ui_collection.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/elementary/test_ui_collection.c b/src/bin/elementary/test_ui_collection.c index 2dd2bc2..1cc275f 100644 --- a/src/bin/elementary/test_ui_collection.c +++ b/src/bin/elementary/test_ui_collection.c | |||
@@ -306,10 +306,6 @@ void create_item_container_ui(const Efl_Class *collection_class, const Efl_Class | |||
306 | efl_text_set(o, "Singleselect"); | 306 | efl_text_set(o, "Singleselect"); |
307 | efl_pack_end(bx, o); | 307 | efl_pack_end(bx, o); |
308 | o = efl_add(EFL_UI_RADIO_CLASS, bx, | 308 | o = efl_add(EFL_UI_RADIO_CLASS, bx, |
309 | efl_ui_radio_state_value_set(efl_added, EFL_UI_SELECT_MODE_SINGLE_ALWAYS)); | ||
310 | efl_text_set(o, "Singleselect Always"); | ||
311 | efl_pack_end(bx, o); | ||
312 | o = efl_add(EFL_UI_RADIO_CLASS, bx, | ||
313 | efl_ui_radio_state_value_set(efl_added, EFL_UI_SELECT_MODE_MULTI)); | 309 | efl_ui_radio_state_value_set(efl_added, EFL_UI_SELECT_MODE_MULTI)); |
314 | efl_text_set(o, "Multiselect"); | 310 | efl_text_set(o, "Multiselect"); |
315 | efl_pack_end(bx, o); | 311 | efl_pack_end(bx, o); |