Added device label

SVN revision: 23110
This commit is contained in:
Christopher Michael 2006-06-03 03:56:46 +00:00
parent f939b470a7
commit 277e91faf4
2 changed files with 47 additions and 0 deletions

View File

@ -468,6 +468,8 @@ _net_cb_check(void *data)
inst->old_in = in;
inst->old_out = out;
edje_object_part_text_set(inst->net_obj, "net_label", ci->device);
if (bytes_in <= 0)
edje_object_part_text_set(inst->net_obj, "rx_label", "Rx: 0 B");
else

45
net.edc
View File

@ -112,6 +112,49 @@ collections
color: 255 255 255 192;
}
}
part
{
name: "net_label";
type: TEXT;
clip_to: "fade_clip";
effect: SOFT_SHADOW;
description
{
state: "default" 0.0;
color: 255 255 255 0;
color3: 0 0 0 0;
visible: 0;
rel1
{
relative: 0.0 0.0;
offset: 0 0;
to: "net";
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
to: "net";
}
text
{
text: "Device";
font: "VeraMono";
size: 9;
min: 1 1;
align: 0.5 0.5;
text_class: "module_normal";
}
}
description
{
state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
color3: 0 0 0 42;
}
}
part
{
name: "rx_meter";
@ -442,6 +485,7 @@ collections
transition: SINUSOIDAL 0.5;
target: "rx_label";
target: "tx_label";
target: "net_label";
//after: "go_passive2";
}
program
@ -462,6 +506,7 @@ collections
transition: SINUSOIDAL 1.0;
target: "rx_label";
target: "tx_label";
target: "net_label";
}
}
}