More work on the buttons

This commit is contained in:
Jaime Thomas
2008-09-19 16:24:47 +00:00
parent d8709c66eb
commit 7bf6b5f7ae
4 changed files with 50 additions and 11 deletions

View File

@ -87,4 +87,34 @@ group {
}
}
}
programs {
program {
name: "b1_selected";
signal: "mouse,down,1";
action: SIGNAL_EMIT "selected" "b1";
source: "b1";
}
program {
name: "b2_selected";
signal: "mouse,down,1";
action: SIGNAL_EMIT "selected" "b2";
source: "b2";
}
program {
name: "b3_selected";
signal: "mouse,down,1";
action: SIGNAL_EMIT "selected" "b3";
source: "b3";
}
program {
name: "b4_selected";
signal: "mouse,down,1";
action: SIGNAL_EMIT "selected" "b4";
source: "b4";
}
}
}