elm button theme - ensure only event part gets events
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 25 Oct 2013 13:15:44 +0000 (22:15 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 25 Oct 2013 13:15:44 +0000 (22:15 +0900)
data/themes/edc/elm/button.edc

index 6ec4056..f3852b7 100644 (file)
@@ -64,7 +64,7 @@ group { name: "elm/button/base/default";
       }
    }
    parts {
-      part { name: "base";
+      part { name: "base"; mouse_events: 0;
          description { state: "default" 0.0;
             image.normal: "button_normal.png";
             image.border: 4 4 3 5;
@@ -733,7 +733,7 @@ group { name: "elm/button/base/media_player/prev/default";
             visible: 1;
          }
       }
-      part { name: "elm.swallow.content"; type: SWALLOW;
+      part { name: "elm.swallow.content"; type: SWALLOW; mouse_events: 0;
          description { state: "default" 0.0;
             rel1.offset: 3 1;
             rel2.offset: -4 -2;
@@ -1134,7 +1134,7 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
             visible: 1;
          }
       }
-      part { name: "shine"; repeat_events: 1;
+      part { name: "shine"; mouse_events: 0;
          insert_before: "event";
          description { state: "default" 0.0;
             fixed: 1 1;