fix missing winlist and border move box things.

SVN revision: 78919
This commit is contained in:
Carsten Haitzler 2012-11-05 10:58:37 +00:00
parent 9fdf8faf78
commit f58062f1df
4 changed files with 133 additions and 0 deletions

View File

@ -51,6 +51,7 @@ edc/xkbswitch.edc \
edc/O/about.edc \
edc/O/backlight.edc \
edc/O/battery.edc \
edc/O/border.edc \
edc/O/border_icons.edc \
edc/O/clock.edc \
edc/O/colors.edc \
@ -73,6 +74,7 @@ edc/O/spectrum.edc \
edc/O/temperature.edc \
edc/O/transitions.edc \
edc/O/wallpaper.edc \
edc/O/winlist.edc \
edc/O/wizard.edc \
img/ball_small_glow_intense.png \
img/ball_small_glow.png \
@ -207,6 +209,16 @@ img/wifi_sig_2.png \
img/wifi_sig_3.png \
img/win_glow.png \
img/win_shadow.png \
img/O/menu_sel_bg.png \
img/O/menu_sel_fg.png \
img/O/pager_window.png \
img/O/pager_base2.png \
img/O/pager_window_shaded.png \
img/O/bd_top_hilight.png \
img/O/bd_title_bg.png \
img/O/menu_sep.png \
img/O/bd_title_over.png \
img/O/base_bg.png \
img/O/ch-h1-2.png \
img/O/ch-h1-3.png \
img/O/ch-h1.png \

View File

@ -41,6 +41,7 @@ collections {
#include "edc/O/about.edc"
#include "edc/O/backlight.edc"
#include "edc/O/battery.edc"
#include "edc/O/border.edc"
#include "edc/O/border_icons.edc"
#include "edc/O/clock.edc"
#include "edc/O/colors.edc"
@ -63,5 +64,6 @@ collections {
#include "edc/O/temperature.edc"
#include "edc/O/transitions.edc"
#include "edc/O/wallpaper.edc"
#include "edc/O/winlist.edc"
#include "edc/O/wizard.edc"
}

View File

@ -0,0 +1,119 @@
group {
name: "e/widgets/border/default/move";
images {
image: "O/base_bg.png" COMP;
image: "O/icon_win_move.png" COMP;
}
parts {
part {
name: "base";
mouse_events: 0;
description {
state: "default" 0.0;
image {
normal: "O/base_bg.png";
border: 2 2 2 2;
}
fill.smooth: 0;
}
}
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
align: 0.0 0.5;
min: 21 21;
max: 21 21;
fixed: 1 1;
rel1.offset: 2 2;
rel2.relative: 0.0 1.0;
rel2.offset: 2 -3;
image.normal: "O/icon_win_move.png";
}
}
part {
name: "e.text.label";
type: TEXT;
scale: 1;
description {
state: "default" 0.0;
rel1.to_x: "icon";
rel1.offset: 2 4;
rel1.relative: 1.0 0.0;
rel2.offset: -5 -5;
color_class: "move_text";
color: 0 0 0 255;
text {
text: "X Y";
font: "Sans";
size: 10;
align: 0.5 0.5;
min: 1 1;
text_class: "move_text";
}
}
}
}
}
group {
name: "e/widgets/border/default/resize";
images {
image: "O/base_bg.png" COMP;
image: "O/icon_win_resize.png" COMP;
}
parts {
part {
name: "base";
mouse_events: 0;
description {
state: "default" 0.0;
align: 0.5 0.0;
image {
normal: "O/base_bg.png";
border: 2 2 2 2;
}
fill.smooth: 0;
}
}
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
align: 0.0 0.5;
min: 21 21;
max: 21 21;
fixed: 1 1;
rel1.offset: 2 2;
rel2.relative: 0.0 1.0;
rel2.offset: 2 -3;
image.normal: "O/icon_win_resize.png";
}
}
part {
name: "e.text.label";
type: TEXT;
scale: 1;
description {
state: "default" 0.0;
rel1.to_x: "icon";
rel1.offset: 2 4;
rel1.relative: 1.0 0.0;
rel2.offset: -5 -5;
color_class: "resize_text";
color: 0 0 0 255;
text {
text: "WxH";
font: "Sans";
size: 10;
align: 0.5 0.5;
min: 1 1;
text_class: "resize_text";
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B