action_menu: draw menu area using table object
[profile/tv/apps/native/air_mediahub.git] / res / edc / widgets / button.edc
index d2b0140..c6734a4 100644 (file)
@@ -3252,8 +3252,8 @@ group {
                }
                program {
                        name: "go_active";
-                       signal: "elm,action,focus";
-                       source: "elm";
+                       signal: SIG_ELM_FOCUS;
+                       source: SIG_SOURCE_ELM;
                        action: STATE_SET "focused" 0.0;
                        target: "bg";
                        target: "menu_icon";
@@ -3262,8 +3262,8 @@ group {
                }
                program {
                        name: "go_passive";
-                       signal: "elm,action,unfocus";
-                       source: "elm";
+                       signal: SIG_ELM_UNFOCUS;
+                       source: SIG_SOURCE_ELM;
                        action: STATE_SET "default" 0.0;
                        target: "bg";
                        target: "menu_icon";
@@ -3280,9 +3280,9 @@ group {
                        target: "elm.text";
                }
                program {
-                       name: SIG_ITEM_DISABLED;
-                       signal: SIG_ITEM_DISABLED;
-                       source: SIG_SOURCE_SRC;
+                       name: SIG_ELM_DISABLED;
+                       signal: SIG_ELM_DISABLED;
+                       source: SIG_SOURCE_ELM;
                        action: STATE_SET "disabled" 0.0;
                        target: "bg";
                        target: "menu_icon";