elm panel.edc: Fixed formatting.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 28 Nov 2012 07:04:19 +0000 (07:04 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 28 Nov 2012 07:04:19 +0000 (07:04 +0000)
SVN revision: 79765

data/themes/widgets/panel.edc

index ea2f71a..ca52deb 100644 (file)
@@ -1,7 +1,5 @@
-group {
-   name: "elm/panel/left/default";
-   images
-   {
+group { name: "elm/panel/left/default";
+   images {
       image: "bt_base1.png" COMP;
       image: "bt_hilight.png" COMP;
       image: "bt_shine.png" COMP;
@@ -13,8 +11,7 @@ group {
    data {
       item: "focus_highlight" "on";
    }
-   parts
-   {
+   parts {
       part { name: "focus_highlight";
          description { state: "default" 0.0;
             visible: 0;
@@ -39,20 +36,15 @@ group {
             color: 255 255 255 255;
          }
       }
-      part
-      {
+      part {
          name: "bg";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel2.offset: -1 -1;
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             rel1.relative: -1.0 0.0;
             rel1.offset: 21 0;
@@ -60,132 +52,92 @@ group {
             rel2.offset: 20 -1;
          }
       }
-      part
-      {
-         name: "clipper";
+      part { name: "clipper";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
-            rel1
-            {
+         description { state: "default" 0.0;
+            rel1 {
                offset: 4 4;
                to: "base";
             }
-            rel2
-            {
+            rel2 {
                offset: -5 -5;
                to: "base";
             }
          }
       }
-      part
-      {
-         name: "btn";
-         type: IMAGE;
+      part { name: "btn";
          mouse_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             max: 32 48;
             fixed: 1 1;
             align: 0.0 0.5;
-            rel1
-            {
+            rel1 {
                relative: 1.0 0.0;
                offset: -3 0;
                to_x: "base";
             }
             rel2.to_x: "bg";
-            image
-            {
+            image {
                normal: "bt_base1.png";
                border: 0 5 4 12;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
          }
       }
-      part
-      {
-         name: "btn_over";
-         type: IMAGE;
+      part { name: "btn_over";
          mouse_events: 0;
-         description
-         {
+         description {
             state: "default" 0.0;
             rel1.to: "btn";
-            rel2
-            {
+            rel2 {
                relative: 1.0 0.5;
                to: "btn";
             }
-            image
-            {
+            image {
                normal: "bt_hilight.png";
                border: 0 7 7 0;
             }
          }
       }
-      part
-      {
-         name: "btn_over2";
-         type: IMAGE;
+      part { name: "btn_over2";
          mouse_events: 1;
          repeat_events: 1;
          ignore_flags: ON_HOLD;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_shine.png";
                border: 0 7 7 7;
             }
          }
       }
-      part
-      {
-         name: "btn_over3";
-         type: IMAGE;
+      part { name: "btn_over3";
          mouse_events: 1;
          repeat_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_glow.png";
                border: 12 12 12 12;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "btn_icon";
-         type: IMAGE;
+      part { name: "btn_icon";
          repeat_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
             align: 0.5 0.5;
@@ -193,49 +145,34 @@ group {
             max: 16 16;
             image.normal: "icon_arrow_left.png";
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             image.normal: "icon_arrow_right.png";
          }
       }
-      part
-      {
-         name: "base";
-         type: IMAGE;
+      part { name: "base";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "bg";
             rel2.to: "bg";
             rel2.offset: -20 -1;
-            image
-            {
+            image {
                normal: "bt_dis_base.png";
                border: 4 4 4 4;
             }
          }
       }
-      part
-      {
-         name: "elm.swallow.content";
+      part { name: "elm.swallow.content";
          type: SWALLOW;
          clip_to: "clipper";
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "clipper";
             rel2.to: "clipper";
          }
       }
    }
-   programs
-   {
-      program
-      {
-         name: "show";
+   programs {
+      program { name: "show";
          signal: "elm,action,show";
          source: "elm";
          action: STATE_SET "default" 0.0;
@@ -243,9 +180,7 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "hide";
+      program { name: "hide";
          signal: "elm,action,hide";
          source: "elm";
          action: STATE_SET "hidden" 0.0;
@@ -253,42 +188,32 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "btn_click";
+      program { name: "btn_click";
          signal: "mouse,down,1";
          source: "btn_over2";
          action: STATE_SET "clicked" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_unclick";
+      program { name: "btn_unclick";
          signal: "mouse,up,1";
          source: "btn_over2";
          action: STATE_SET "default" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_click2";
+      program { name: "btn_click2";
          signal: "mouse,down,1";
          source: "btn_over3";
          action: STATE_SET "clicked" 0.0;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick2";
+      program { name: "btn_unclick2";
          signal: "mouse,up,1";
          source: "btn_over3";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick3";
+      program { name: "btn_unclick3";
          signal: "mouse,clicked,1";
          source: "btn_over2";
          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
@@ -310,10 +235,8 @@ group {
    }
 }
 
-group {
-   name: "elm/panel/top/default";
-   images
-   {
+group { name: "elm/panel/top/default";
+   images {
       image: "bt_base1.png" COMP;
       image: "bt_hilight.png" COMP;
       image: "bt_shine.png" COMP;
@@ -325,8 +248,7 @@ group {
    data {
       item: "focus_highlight" "on";
    }
-   parts
-   {
+   parts {
       part { name: "focus_highlight";
          description { state: "default" 0.0;
             visible: 0;
@@ -351,20 +273,14 @@ group {
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "bg";
+      part { name: "bg";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel2.offset: -1 -1;
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             rel1.relative: 0.0 -1.0;
             rel1.offset: 0 20;
@@ -372,131 +288,91 @@ group {
             rel2.offset: -1 20;
          }
       }
-      part
-      {
-         name: "clipper";
+      part { name: "clipper";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
-            rel1
-            {
+         description { state: "default" 0.0;
+            rel1 {
                offset: 4 4;
                to: "base";
             }
-            rel2
-            {
+            rel2 {
                offset: -5 -5;
                to: "base";
             }
          }
       }
-      part
-      {
-         name: "btn";
-         type: IMAGE;
+      part { name: "btn";
          mouse_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             max: 48 32;
             fixed: 1 1;
             align: 0.5 0.0;
-            rel1
-            {
+            rel1 {
                relative: 0.0 1.0;
                offset: 0 -6;
                to_y: "base";
             }
             rel2.to_y: "bg";
-            image
-            {
+            image {
                normal: "bt_base1.png";
                border: 12 4 0 5;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
          }
       }
-      part
-      {
-         name: "btn_over";
-         type: IMAGE;
+      part { name: "btn_over";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
-            rel2
-            {
+            rel2 {
                relative: 1.0 0.5;
                to: "btn";
             }
-            image
-            {
+            image {
                normal: "bt_hilight.png";
                border: 0 7 7 0;
             }
          }
       }
-      part
-      {
-         name: "btn_over2";
-         type: IMAGE;
+      part { name: "btn_over2";
          mouse_events: 1;
          repeat_events: 1;
          ignore_flags: ON_HOLD;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_shine.png";
                border: 0 7 7 7;
             }
          }
       }
-      part
-      {
-         name: "btn_over3";
-         type: IMAGE;
+      part { name: "btn_over3";
          mouse_events: 1;
          repeat_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_glow.png";
                border: 12 12 12 12;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "btn_icon";
-         type: IMAGE;
+      part { name: "btn_icon";
          repeat_events: 1;
-         description
-         {
+         description {
             state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
@@ -505,49 +381,34 @@ group {
             max: 16 16;
             image.normal: "icon_arrow_up.png";
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             image.normal: "icon_arrow_down.png";
          }
       }
-      part
-      {
-         name: "base";
-         type: IMAGE;
+      part { name: "base";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "bg";
             rel2.to: "bg";
             rel2.offset: -1 -20;
-            image
-            {
+            image {
                normal: "bt_dis_base.png";
                border: 4 4 4 4;
             }
          }
       }
-      part
-      {
-         name: "elm.swallow.content";
+      part { name: "elm.swallow.content";
          type: SWALLOW;
          clip_to: "clipper";
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "clipper";
             rel2.to: "clipper";
          }
       }
    }
-   programs
-   {
-      program
-      {
-         name: "show";
+   programs {
+      program { name: "show";
          signal: "elm,action,show";
          source: "elm";
          action: STATE_SET "default" 0.0;
@@ -555,9 +416,7 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "hide";
+      program { name: "hide";
          signal: "elm,action,hide";
          source: "elm";
          action: STATE_SET "hidden" 0.0;
@@ -565,42 +424,32 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "btn_click";
+      program { name: "btn_click";
          signal: "mouse,down,1";
          source: "btn_over2";
          action: STATE_SET "clicked" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_unclick";
+      program { name: "btn_unclick";
          signal: "mouse,up,1";
          source: "btn_over2";
          action: STATE_SET "default" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_click2";
+      program { name: "btn_click2";
          signal: "mouse,down,1";
          source: "btn_over3";
          action: STATE_SET "clicked" 0.0;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick2";
+      program { name: "btn_unclick2";
          signal: "mouse,up,1";
          source: "btn_over3";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick3";
+      program { name: "btn_unclick3";
          signal: "mouse,clicked,1";
          source: "btn_over2";
          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
@@ -622,10 +471,8 @@ group {
    }
 }
 
-group {
-   name: "elm/panel/bottom/default";
-   images
-   {
+group { name: "elm/panel/bottom/default";
+   images {
       image: "bt_base1.png" COMP;
       image: "bt_hilight.png" COMP;
       image: "bt_shine.png" COMP;
@@ -637,8 +484,7 @@ group {
    data {
       item: "focus_highlight" "on";
    }
-   parts
-   {
+   parts {
       part { name: "focus_highlight";
          description { state: "default" 0.0;
             visible: 0;
@@ -663,20 +509,14 @@ group {
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "bg";
+      part { name: "bg";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel2.offset: -1 -1;
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             rel1.relative: 0.0 1.0;
             rel1.offset: -1 -24;
@@ -684,131 +524,92 @@ group {
             rel2.offset: 0 -21;
          }
       }
-      part
-      {
-         name: "clipper";
+      part { name: "clipper";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
-            rel1
-            {
+         description { state: "default" 0.0;
+            rel1 {
                offset: 4 4;
                to: "base";
             }
-            rel2
-            {
+            rel2 {
                offset: -5 -5;
                to: "base";
             }
          }
       }
-      part
-      {
-         name: "btn";
-         type: IMAGE;
+      part { name: "btn";
          mouse_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             max: 48 32;
             fixed: 1 1;
             align: 0.5 0.0;
             rel1.to_y: "bg";
-            rel2{
+            rel2 {
                relative: 1.0 0.0;
                offset: 0 5;
                to_y: "base";
             }
-            image
-            {
+            image {
                normal: "bt_base1.png";
                border: 4 12 5 0;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
          }
       }
-      part
-      {
-         name: "btn_over";
-         type: IMAGE;
+      part { name: "btn_over";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
-            rel2
-            {
+            rel2 {
                relative: 1.0 0.5;
                to: "btn";
             }
-            image
-            {
+            image {
                normal: "bt_hilight.png";
                border: 0 7 7 0;
             }
          }
       }
-      part
-      {
-         name: "btn_over2";
-         type: IMAGE;
+      part { name: "btn_over2";
          mouse_events: 1;
          repeat_events: 1;
          ignore_flags: ON_HOLD;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_shine.png";
                border: 0 7 7 7;
             }
          }
       }
-      part
-      {
-         name: "btn_over3";
-         type: IMAGE;
+      part { name: "btn_over3";
          mouse_events: 1;
          repeat_events: 1;
-         description
-         {
+         description {
             state: "default" 0.0;
             color: 255 255 255 0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_glow.png";
                border: 12 12 12 12;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "btn_icon";
-         type: IMAGE;
+      part { name: "btn_icon";
          repeat_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
             align: 0.5 0.5;
@@ -816,49 +617,34 @@ group {
             max: 16 16;
             image.normal: "icon_arrow_down.png";
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             image.normal: "icon_arrow_up.png";
          }
       }
-      part
-      {
-         name: "base";
-         type: IMAGE;
+      part { name: "base";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "bg";
             rel1.offset: -1 20;
             rel2.to: "bg";
-            image
-            {
+            image {
                normal: "bt_dis_base.png";
                border: 4 4 4 4;
             }
          }
       }
-      part
-      {
-         name: "elm.swallow.content";
+      part { name: "elm.swallow.content";
          type: SWALLOW;
          clip_to: "clipper";
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "clipper";
             rel2.to: "clipper";
          }
       }
    }
-   programs
-   {
-      program
-      {
-         name: "show";
+   programs {
+      program { name: "show";
          signal: "elm,action,show";
          source: "elm";
          action: STATE_SET "default" 0.0;
@@ -866,9 +652,7 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "hide";
+      program { name: "hide";
          signal: "elm,action,hide";
          source: "elm";
          action: STATE_SET "hidden" 0.0;
@@ -876,42 +660,32 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "btn_click";
+      program { name: "btn_click";
          signal: "mouse,down,1";
          source: "btn_over2";
          action: STATE_SET "clicked" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_unclick";
+      program { name: "btn_unclick";
          signal: "mouse,up,1";
          source: "btn_over2";
          action: STATE_SET "default" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_click2";
+      program { name: "btn_click2";
          signal: "mouse,down,1";
          source: "btn_over3";
          action: STATE_SET "clicked" 0.0;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick2";
+      program { name: "btn_unclick2";
          signal: "mouse,up,1";
          source: "btn_over3";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick3";
+      program { name: "btn_unclick3";
          signal: "mouse,clicked,1";
          source: "btn_over2";
          action: SIGNAL_EMIT "elm,action,panel,toggle" "";
@@ -935,8 +709,7 @@ group {
 
 group {
    name: "elm/panel/right/default";
-   images
-   {
+   images {
       image: "bt_base1.png" COMP;
       image: "bt_hilight.png" COMP;
       image: "bt_shine.png" COMP;
@@ -945,8 +718,7 @@ group {
       image: "icon_arrow_left.png" COMP;
       image: "icon_arrow_right.png" COMP;
    }
-   parts
-   {
+   parts {
       part { name: "focus_highlight";
          description { state: "default" 0.0;
             visible: 0;
@@ -971,23 +743,17 @@ group {
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "bg";
+      part { name: "bg";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel1.relative: 0.0 0.0;
             rel1.offset: 0 0;
             rel2.relative: 1.0 1.0;
             rel2.offset: -1 -1;
          }
-         description
-         {
-            state: "hidden" 0.0;
+         description { state: "hidden" 0.0;
             inherit: "default" 0.0;
             rel1.relative: 1.0 0.0;
             rel1.offset: -22 0;
@@ -995,135 +761,91 @@ group {
             rel2.offset: -23 -1;
          }
       }
-      part
-      {
-         name: "clipper";
+      part { name: "clipper";
          type: RECT;
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
-            rel1
-            {
+         description { state: "default" 0.0;
+            rel1 {
                offset: 4 4;
                to: "base";
             }
-            rel2
-            {
+            rel2 {
                offset: -5 -5;
                to: "base";
             }
          }
       }
-      part
-      {
-         name: "btn";
-         type: IMAGE;
+      part { name: "btn";
          mouse_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             max: 32 48;
             fixed: 1 1;
             align: 1 0.5;
-            rel1
-            {
-               to_x: "bg";
-            }
-            rel2
-            {
+            rel1.to_x: "bg";
+            rel2 {
                offset: 2 0;
                relative: 0.0 1;
                to_x: "base";
             }
-            image
-            {
+            image {
                normal: "bt_base1.png";
                border: 5 0 4 12;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
          }
       }
-      part
-      {
-         name: "btn_over";
-         type: IMAGE;
+      part { name: "btn_over";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
-            rel2
-            {
+            rel2 {
                relative: 1.0 0.5;
                to: "btn";
             }
-            image
-            {
+            image {
                normal: "bt_hilight.png";
                border: 7 0 7 0;
             }
          }
       }
-      part
-      {
-         name: "btn_over2";
-         type: IMAGE;
+      part { name: "btn_over2";
          mouse_events: 1;
          repeat_events: 1;
          ignore_flags: ON_HOLD;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_shine.png";
                border: 7 0 7 7;
             }
          }
       }
-      part
-      {
-         name: "btn_over3";
-         type: IMAGE;
+      part { name: "btn_over3";
          mouse_events: 1;
          repeat_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             color: 255 255 255 0;
             rel1.to: "btn";
             rel2.to: "btn";
-            image
-            {
+            image {
                normal: "bt_glow.png";
                border: 12 12 12 12;
             }
             fill.smooth: 0;
          }
-         description
-         {
-            state: "clicked" 0.0;
+         description { state: "clicked" 0.0;
             inherit: "default" 0.0;
             visible: 1;
             color: 255 255 255 255;
          }
       }
-      part
-      {
-         name: "btn_icon";
-         type: IMAGE;
+      part { name: "btn_icon";
          repeat_events: 1;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "btn";
             rel2.to: "btn";
             align: 0.5 0.5;
@@ -1131,49 +853,35 @@ group {
             max: 16 16;
             image.normal: "icon_arrow_right.png";
          }
-         description
-         {
+         description {
             state: "hidden" 0.0;
             inherit: "default" 0.0;
             image.normal: "icon_arrow_left.png";
          }
       }
-      part
-      {
-         name: "base";
-         type: IMAGE;
+      part { name: "base";
          mouse_events: 0;
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "bg";
             rel1.offset: 20 0;
             rel2.to: "bg";
-            image
-            {
+            image {
                normal: "bt_dis_base.png";
                border: 4 4 4 4;
             }
          }
       }
-      part
-      {
-         name: "elm.swallow.content";
+      part { name: "elm.swallow.content";
          type: SWALLOW;
          clip_to: "clipper";
-         description
-         {
-            state: "default" 0.0;
+         description { state: "default" 0.0;
             rel1.to: "clipper";
             rel2.to: "clipper";
          }
       }
    }
-   programs
-   {
-      program
-      {
-         name: "show";
+   programs {
+      program { name: "show";
          signal: "elm,action,show";
          source: "elm";
          action: STATE_SET "default" 0.0;
@@ -1181,9 +889,7 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "hide";
+      program { name: "hide";
          signal: "elm,action,hide";
          source: "elm";
          action: STATE_SET "hidden" 0.0;
@@ -1191,42 +897,32 @@ group {
          target: "btn_icon";
          transition: BOUNCE 0.5 1.0 3;
       }
-      program
-      {
-         name: "btn_click";
+      program { name: "btn_click";
          signal: "mouse,down,1";
          source: "btn_over2";
          action: STATE_SET "clicked" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_unclick";
+      program { name: "btn_unclick";
          signal: "mouse,up,1";
          source: "btn_over2";
          action: STATE_SET "default" 0.0;
          target: "btn";
       }
-      program
-      {
-         name: "btn_click2";
+      program { name: "btn_click2";
          signal: "mouse,down,1";
          source: "btn_over3";
          action: STATE_SET "clicked" 0.0;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick2";
+      program { name: "btn_unclick2";
          signal: "mouse,up,1";
          source: "btn_over3";
          action: STATE_SET "default" 0.0;
          transition: DECELERATE 0.5;
          target: "btn_over3";
       }
-      program
-      {
-         name: "btn_unclick3";
+      program { name: "btn_unclick3";
          signal: "mouse,up,1";
          source: "btn_over2";
          action: SIGNAL_EMIT "elm,action,panel,toggle" "";