[controlbar] add the dragable part in order to move box
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 12 Jul 2011 06:30:53 +0000 (15:30 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 18 Jul 2011 08:04:01 +0000 (17:04 +0900)
Change-Id: Id08e2ff96a35470563dca2820f123667abf46aff

themes/groups/controlbar.edc

index eb8efc7..0a76b99 100644 (file)
                                        rel2 {relative: 1.0 1.0; offset: -1 -1;}
                                }
                        }
+                       part {
+                               name: "elm.dragable.box";
+                               type: GROUP;
+                               source: "elm/controlbar/item_bg_move/default";
+                               mouse_events: 0;
+                               scale: 1;
+                               dragable {
+                                       x: 1 1 0;
+                                       y: 1 1 0;
+                                       confine: "bg_image";
+                               }
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 {
+                                               relative: 0.0 0.0;
+                                               to: "bg_image";
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                               to: "bg_image";
+                                       }
+                                       color: 0 0 0 0;
+                               }
+                       }
                        part{
                                name: "elm.swallow.items";
                                type: SWALLOW;
                                        rel2 {relative: 1.0 1.0; offset: -1 -1;}
                                }
                        }
+                       part {
+                               name: "elm.dragable.box";
+                               type: GROUP;
+                               source: "elm/controlbar/item_bg_move/default";
+                               mouse_events: 0;
+                               scale: 1;
+                               dragable {
+                                       x: 1 1 0;
+                                       y: 1 1 0;
+                                       confine: "bg_image";
+                               }
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 {
+                                               relative: 0.0 0.0;
+                                               to: "bg_image";
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                               to: "bg_image";
+                                       }
+                                       color: 0 0 0 0;
+                               }
+                       }
                        part{
                                name: "elm.swallow.items";
                                type: SWALLOW;