Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/data/themes/default/bits
Modified Files:
button.edc button.eet checkbox.edc checkbox.eet entry.edc
entry.eet filedialog.edc filedialog.eet misc.edc misc.eet
progressbar.edc progressbar.eet radio.edc radio.eet
scrollbar.edc scrollbar.eet window.edc
Added Files:
button-groups.edc button-images.edc checkbox-groups.edc
checkbox-images.edc entry-groups.edc entry-images.edc
filedialog-groups.edc filedialog-images.edc misc-groups.edc
misc-images.edc progressbar-groups.edc progressbar-images.edc
radio-groups.edc radio-images.edc scrollbar-groups.edc
scrollbar-images.edc window-groups.edc window-images.edc
Log Message:
Split up all the edc's into their respective sections that can be easily
included.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/button.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- button.edc 7 Nov 2003 19:53:21 -0000 1.3
+++ button.edc 27 Jan 2004 06:04:53 -0000 1.4
@@ -1,106 +1,7 @@
images {
- image, "button-up.png" LOSSY 98;
- image, "button-over.png" LOSSY 98;
- image, "button-clicked.png" LOSSY 98;
- image, "radio.png" LOSSY 98;
- image, "radio-on.png" LOSSY 98;
+#include "button-images.edc"
}
collections {
- group {
- name, "EWL";
- data {
- item, "inset/left" "5";
- item, "inset/right" "5";
- item, "inset/top" "3";
- item, "inset/bottom" "3";
- item, "pad/left" "0";
- item, "pad/right" "0";
- item, "pad/top" "0";
- item, "pad/bottom" "0";
- }
- parts {
- part {
- name, "base";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- min, 6 6 6 6;
- color_class, "background";
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "button-up.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 3 3 3 3;
- color_class, "highlight";
- color, 200 208 216 128;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "button-up.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 3 3 3 3;
- min, 6 6 6 6;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "button-clicked.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- }
+#include "button-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/button.eet,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
Binary files /tmp/cvsKxNcsj and /tmp/cvsOu181U differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/checkbox.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- checkbox.edc 6 Oct 2003 17:33:08 -0000 1.1
+++ checkbox.edc 27 Jan 2004 06:04:53 -0000 1.2
@@ -1,155 +1,7 @@
images {
- image, "checkbox.png" LOSSY 98;
- image, "checkbox-over.png" LOSSY 98;
- image, "check.png" LOSSY 98;
+#include "checkbox-images.edc"
}
collections {
- group {
- name, "EWL";
- data {
- item, "inset/left" "5";
- item, "inset/right" "5";
- item, "inset/top" "3";
- item, "inset/bottom" "3";
- }
- parts {
- part {
- name, "base";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "checkbox.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "checkbox-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "checkbox.png";
- }
- }
- }
-
-
- part {
- name, "check";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- visible, 0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "check.png";
- }
- }
- description {
- state, "checked" 0.0;
- border, 3 3 3 3;
- min, 4 4;
- max, 4 4;
- visible, 1;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "check.png";
- }
- }
- }
-
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- target, "check";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- target, "check";
- }
- program {
- name, "checked";
- signal, "checked";
- source, "*";
- action, STATE_SET "checked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- target, "check";
- }
- }
- }
+#include "checkbox-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/checkbox.eet,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
Binary files /tmp/cvsXsleAw and /tmp/cvs1G2s38 differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/entry.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- entry.edc 23 Dec 2003 21:33:23 -0000 1.4
+++ entry.edc 27 Jan 2004 06:04:53 -0000 1.5
@@ -1,80 +1,7 @@
images {
- image, "entry-base.png" LOSSY 98;
- image, "button-over.png" LOSSY 98;
+#include "entry-images.edc"
}
collections {
- group {
- name, "entry";
- data {
- item, "inset/left" "5";
- item, "inset/right" "5";
- item, "inset/top" "2";
- item, "inset/bottom" "2";
- }
- parts {
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "entry-base.png";
- }
- }
- }
- }
-
- programs {
- }
- }
-
- group {
- name, "cursor";
- parts {
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- color_class, "highlight";
- color, 255 255 255 128;
- border, 3 3 3 3;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "button-over.png";
- }
- }
- }
- }
- }
-
- group {
- name, "text";
- data {
- item, "inset/left" "5";
- item, "inset/right" "5";
- item, "inset/top" "2";
- item, "inset/bottom" "2";
- }
- parts {
- }
- }
-
+#include "entry-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/entry.eet,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
Binary files /tmp/cvsnXA4cy and /tmp/cvspFKuqb differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/filedialog.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- filedialog.edc 8 Dec 2003 20:22:22 -0000 1.1
+++ filedialog.edc 27 Jan 2004 06:04:53 -0000 1.2
@@ -1,60 +1,7 @@
images {
- image, "window-base.png" LOSSY 98;
- image, "dialog-base.png" LOSSY 98;
+#include "filedialog-images.edc"
}
collections {
- group {
- name, "window";
- parts {
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "window-base.png";
- }
- }
- }
- }
-
- programs {
- }
- }
-
- group {
- name, "dialog";
- parts {
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "dialog-base.png";
- }
- }
- }
- }
-
- programs {
- }
- }
+#include "filedialog-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/filedialog.eet,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsRi5rIj and /tmp/cvsYAt8wX differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/misc.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- misc.edc 29 Oct 2003 06:55:34 -0000 1.3
+++ misc.edc 27 Jan 2004 06:04:53 -0000 1.4
@@ -1,75 +1,7 @@
images {
+#include "misc-images.edc"
}
collections {
- group {
- name, "spacer";
- parts {
- }
-
- programs {
- }
- }
-
- group {
- name, "vline";
- max, 4, 10000;
- data {
- item, "pad/left" "2";
- item, "pad/right" "2";
- item, "pad/top" "2";
- item, "pad/bottom" "2";
- }
- parts {
- part {
- name, "line";
- type, RECT;
- mouse_events, 0;
- description {
- state, "default" 0.0;
- color_class, "foreground";
- color, 0 0 0 255;
- rel1 {
- relative, 0.0 0.0;
- offset, 1.0 1.0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -2.0 -2.0;
- }
- }
- }
- }
- }
-
- group {
- name, "hline";
- max, 10000, 4;
- data {
- item, "pad/left" "2";
- item, "pad/right" "2";
- item, "pad/top" "2";
- item, "pad/bottom" "2";
- }
- parts {
- part {
- name, "line";
- type, RECT;
- mouse_events, 0;
- description {
- state, "default" 0.0;
- color_class, "foreground";
- color, 0 0 0 255;
- rel1 {
- relative, 0.0 0.0;
- offset, 1.0 1.0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -2.0 -2.0;
- }
- }
- }
- }
- }
+#include "misc-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/misc.eet,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
Binary files /tmp/cvsCvWqN8 and /tmp/cvsIIVFfN differ
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/progressbar.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- progressbar.edc 12 Nov 2003 23:18:00 -0000 1.2
+++ progressbar.edc 27 Jan 2004 06:04:53 -0000 1.3
@@ -1,69 +1,7 @@
images {
- image, "entry-base.png" LOSSY 98;
- image, "button-up.png" LOSSY 98;
+#include "progressbar-images.edc"
}
collections {
- group {
- name, "progressbar";
- data {
- item, "pad/left" "4";
- item, "pad/right" "4";
- item, "pad/top" "4";
- item, "pad/bottom" "4";
- }
- parts {
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "entry-base.png";
- }
- }
- }
- }
-
- programs {
- }
- }
-
- group {
- name, "bar";
- min, 1 10;
- parts {
-
- part {
- name, "base";
- mouse_events, 0;
-
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "button-up.png";
- }
- }
- }
- }
- } // end trough
-
+#include "progressbar-groups.edc"
}
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/progressbar.eet,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsmnYG6x and /tmp/cvsXEZ0Qc differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/radio.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- radio.edc 6 Oct 2003 17:33:08 -0000 1.1
+++ radio.edc 27 Jan 2004 06:04:54 -0000 1.2
@@ -1,155 +1,7 @@
images {
- image, "radio.png" LOSSY 98;
- image, "radio-over.png" LOSSY 98;
- image, "dot.png" LOSSY 98;
+#include "radio-images.edc"
}
collections {
- group {
- name, "EWL";
- data {
- item, "inset/left" "5";
- item, "inset/right" "5";
- item, "inset/top" "3";
- item, "inset/bottom" "3";
- }
- parts {
- part {
- name, "base";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "radio.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "radio-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "radio.png";
- }
- }
- }
-
-
- part {
- name, "dot";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 3 3 3 3;
- min, 10 10;
- max, 10 10;
- visible, 0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "dot.png";
- }
- }
- description {
- state, "checked" 0.0;
- border, 3 3 3 3;
- min, 4 4;
- max, 4 4;
- visible, 1;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "dot.png";
- }
- }
- }
-
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- target, "dot";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- target, "dot";
- }
- program {
- name, "checked";
- signal, "checked";
- source, "*";
- action, STATE_SET "checked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- target, "dot";
- }
- }
- }
+#include "radio-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/radio.eet,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
Binary files /tmp/cvsYyf6mT and /tmp/cvs6cNZpy differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/scrollbar.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- scrollbar.edc 16 Oct 2003 20:54:24 -0000 1.3
+++ scrollbar.edc 27 Jan 2004 06:04:54 -0000 1.4
@@ -1,879 +1,7 @@
images {
- image, "vscroll-button.png" LOSSY 98;
- image, "vscroll-button-over.png" LOSSY 98;
- image, "vscroll-button-clicked.png" LOSSY 98;
- image, "vscroll-deco.png" LOSSY 98;
- image, "hscroll-button.png" LOSSY 98;
- image, "hscroll-button-over.png" LOSSY 98;
- image, "hscroll-button-clicked.png" LOSSY 98;
- image, "hscroll-deco.png" LOSSY 98;
- image, "arrow-down.png" LOSSY 98;
- image, "arrow-up.png" LOSSY 98;
- image, "arrow-left.png" LOSSY 98;
- image, "arrow-right.png" LOSSY 98;
- image, "scroll-trough.png" LOSSY 98;
+#include "scrollbar-images.edc"
}
collections {
-
- group {
- name, "vscroll-up";
- min, 14 12;
- max, 14 12;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 0;
- }
- image {
- normal, "vscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 0;
- }
- image {
- normal, "vscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 0;
- }
- image {
- normal, "vscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- min, 10 9;
- max, 10 9;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "arrow-up.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end vscroll-up
-
- group {
- name, "vscroll-mini-up";
- min, 12 10;
- max, 12 10;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 0;
- }
- image {
- normal, "vscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 0;
- }
- image {
- normal, "vscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 0;
- }
- image {
- normal, "vscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 1 2;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -2 -2;
- }
- image {
- normal, "arrow-up.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end vscroll-up
-
-
- group {
- name, "vscroll-down";
- min, 14 13;
- max, 14 13;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "vscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "vscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "vscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- min, 10 9;
- max, 10 9;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "arrow-down.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end vscroll-dn
-
- group {
- name, "vscroll-mini-down";
- min, 12 10;
- max, 12 10;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "vscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "vscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 -1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "vscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 1 1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -2 -2;
- }
- image {
- normal, "arrow-down.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end vscroll-dn
-
- group {
- name, "hscroll-left";
- min, 12 14;
- max, 12 14;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 -1;
- }
- image {
- normal, "hscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 -1;
- }
- image {
- normal, "hscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 -1;
- }
- image {
- normal, "hscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- min, 9 10;
- max, 9 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "arrow-left.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end hscroll-left
-
- group {
- name, "hscroll-mini-left";
- min, 10 12;
- max, 10 12;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 -1;
- }
- image {
- normal, "hscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 -1;
- }
- image {
- normal, "hscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, 0 -1;
- }
- image {
- normal, "hscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 2 1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -2 -2;
- }
- image {
- normal, "arrow-left.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end hscroll-left
-
-
- group {
- name, "hscroll-right";
- min, 13 14;
- max, 13 14;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "hscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "hscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "hscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- min, 9 10;
- max, 9 10;
- rel1 {
- relative, 0.0 0.0;
- offset, 1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "arrow-right.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end hscroll-right
-
- group {
- name, "hscroll-mini-right";
- min, 10 12;
- max, 10 12;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "hscroll-button.png";
- }
- }
- description {
- state, "over" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "hscroll-button-over.png";
- }
- }
- description {
- state, "clicked" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, -1 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "hscroll-button-clicked.png";
- }
- }
- }
-
- part {
- name, "arrow";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 2 1;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -2 -2;
- }
- image {
- normal, "arrow-right.png";
- }
- }
- }
- }
-
- programs {
- program {
- name, "normal";
- signal, "normal";
- source, "*";
- action, STATE_SET "default" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "hilited";
- signal, "hilited";
- source, "*";
- action, STATE_SET "over" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- program {
- name, "clicked";
- signal, "clicked";
- source, "*";
- action, STATE_SET "clicked" 0.0;
- transition, LINEAR, 0.0;
- target, "base";
- }
- }
- } // end hscroll-right
-
- group {
- name, "trough";
- min, 14 14;
- parts {
- part {
- name, "base";
- mouse_events, 1;
- description {
- state, "default" 0.0;
- border, 2 2 2 2;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "scroll-trough.png";
- }
- }
- }
- }
- } // end trough
-
+#include "scrollbar-groups.edc"
}
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/scrollbar.eet,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
Binary files /tmp/cvsjr8u8g and /tmp/cvsHBiorW differ
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/window.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- window.edc 17 Jan 2004 20:00:06 -0000 1.3
+++ window.edc 27 Jan 2004 06:04:54 -0000 1.4
@@ -1,91 +1,7 @@
images {
- image, "window-base.png" LOSSY 98;
- image, "dialog-base.png" LOSSY 98;
- image, "square-shadow.png" LOSSY 98;
+#include "window-images.edc"
}
collections {
- group {
- name, "window";
- parts {
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "window-base.png";
- }
- }
- }
- }
-
- programs {
- }
- }
-
- group {
- name, "dialog";
-
- data {
- item, "inset/left" "2";
- item, "inset/right" "6";
- item, "inset/top" "2";
- item, "inset/bottom" "6";
- }
- parts {
-
- part {
- name, "shadow";
- mouse_events, 0;
- description {
- state, "default" 0.0;
-/* border, 3 3 3 3; */
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "square-shadow.png";
- }
- }
- }
-
- part {
- name, "background";
- mouse_events, 0;
- description {
- state, "default" 0.0;
- border, 1 1 1 1;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -6 -6;
- }
- image {
- normal, "dialog-base.png";
- }
- }
- }
-
- }
-
- programs {
- }
- }
+#include "window-groups.edc"
}
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs