Colorselector: Item_signal_emit_hook added.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Feb 2014 15:30:37 +0000 (00:30 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 3 Feb 2014 15:32:05 +0000 (00:32 +0900)
commit5a787bf58a569b37d86bd1aaf70802a29e6bef88
treeabe5e22ccb57d1ee8aed0b905c15afdf7b750d96
parente5f8b9f9dd0a7aa09d97cbd5f8f2a31723771d96
Colorselector: Item_signal_emit_hook added.

Summary:
Issue: If application has to preselect an item, or change item properties by customizing theme
there is no option provided for the same.
Solution: Add item_signal_emit_hook.
Signed-off by: Shilpa Singh <shilpa.singh@samsung.com>

Test Plan:
Send a signal to item and verify UI
Elm_Object_Item *item = elm_colorselector_palette_color_add(cs, 133, 100, 255, 255);
elm_object_item_signal_emit(item, "elm,state,selected", "elm");

Reviewers: seoz, Hermet

Reviewed By: seoz

CC: govi
Differential Revision: https://phab.enlightenment.org/D504
legacy/elementary/src/lib/elm_colorselector.c