elementary: show case the use of VIRTUAL part.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 4 Jun 2012 02:58:44 +0000 (02:58 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 4 Jun 2012 02:58:44 +0000 (02:58 +0000)
SVN revision: 71676

data/themes/widgets/actionslider.edc

index be82c58..99c4778 100644 (file)
@@ -38,10 +38,8 @@ group { name: "elm/actionslider/base/default";
          }
       }
       part { name: "icon.dragable.area";
-         type: RECT;
-         mouse_events: 0;
+         type: VIRTUAL;
          description { state: "default" 0.0;
-            visible: 0;
             rel1.to: "base";
             rel2.to: "base";
          }
@@ -246,10 +244,8 @@ group { name: "elm/actionslider/base/bar";
          }
       }
       part { name: "icon.dragable.area";
-         type: RECT;
-         mouse_events: 0;
+         type: VIRTUAL;
          description { state: "default" 0.0;
-            visible: 0;
             rel1.to: "base";
             rel2.to: "base";
          }