Knock another item off the TODO. Theme now emits ecdb,clicked for taking action, and ecdb,activate for focusing.
This commit is contained in:
@ -350,6 +350,20 @@ group {
|
||||
}
|
||||
|
||||
programs {
|
||||
program {
|
||||
name: "emit_clicked_return";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "ecdb,clicked" "ecdb/burn_image/return";
|
||||
source: "ecdb/burn_image/return";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "emit_clicked_begin";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "ecdb,clicked" "ecdb/burn_image/begin";
|
||||
source: "ecdb/burn_image/begin";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "burn_image_page,visible1";
|
||||
signal: "ecdb,burn_image_page,visible";
|
||||
|
Reference in New Issue
Block a user