Make the identifiers something meaningful
This commit is contained in:
@ -4,7 +4,7 @@ group {
|
||||
|
||||
parts {
|
||||
part {
|
||||
name: "b1";
|
||||
name: "ecdb/burn_data";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
@ -25,7 +25,7 @@ group {
|
||||
}
|
||||
|
||||
part {
|
||||
name: "b2";
|
||||
name: "ecdb/burn_audio";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
@ -46,7 +46,7 @@ group {
|
||||
}
|
||||
|
||||
part {
|
||||
name: "b3";
|
||||
name: "ecdb/burn_image";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
@ -67,7 +67,7 @@ group {
|
||||
}
|
||||
|
||||
part {
|
||||
name: "b4";
|
||||
name: "ecdb/erase";
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
|
||||
@ -92,58 +92,58 @@ group {
|
||||
program {
|
||||
name: "b1_selected";
|
||||
signal: "mouse,down,1";
|
||||
action: SIGNAL_EMIT "selected" "b1";
|
||||
source: "b1";
|
||||
action: SIGNAL_EMIT "selected" "ecdb/burn_data";
|
||||
source: "ecdb/burn_data";
|
||||
}
|
||||
|
||||
|
||||
program {
|
||||
name: "b1_clicked";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b1";
|
||||
source: "b1";
|
||||
action: SIGNAL_EMIT "clicked" "ecdb/burn_data";
|
||||
source: "ecdb/burn_data";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b2_selected";
|
||||
signal: "mouse,down,1";
|
||||
action: SIGNAL_EMIT "selected" "b2";
|
||||
source: "b2";
|
||||
action: SIGNAL_EMIT "selected" "ecdb/burn_audio";
|
||||
source: "ecdb/burn_audio";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b2_clicked";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b2";
|
||||
source: "b2";
|
||||
action: SIGNAL_EMIT "clicked" "ecdb/burn_audio";
|
||||
source: "ecdb/burn_audio";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b3_selected";
|
||||
signal: "mouse,down,1";
|
||||
action: SIGNAL_EMIT "selected" "b3";
|
||||
source: "b3";
|
||||
action: SIGNAL_EMIT "selected" "ecdb/burn_image";
|
||||
source: "ecdb/burn_image";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b3_clicked";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b3";
|
||||
source: "b3";
|
||||
action: SIGNAL_EMIT "clicked" "ecdb/burn_image";
|
||||
source: "ecdb/burn_image";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b4_selected";
|
||||
signal: "mouse,down,1";
|
||||
action: SIGNAL_EMIT "selected" "b4";
|
||||
source: "b4";
|
||||
action: SIGNAL_EMIT "selected" "ecdb/erase";
|
||||
source: "ecdb/erase";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b4_clicked";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b4";
|
||||
source: "b4";
|
||||
action: SIGNAL_EMIT "clicked" "ecdb/erase";
|
||||
source: "ecdb/erase";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user