Knock another item off the TODO. Theme now emits ecdb,clicked for taking action, and ecdb,activate for focusing.

This commit is contained in:
Jaime Thomas
2009-04-19 18:31:20 +00:00
parent 8d47250ad9
commit 62607be1c9
13 changed files with 203 additions and 96 deletions

View File

@ -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";