The filelist fades in and out now very nicely
This commit is contained in:
@ -96,6 +96,15 @@ group {
|
||||
source: "b1";
|
||||
}
|
||||
|
||||
|
||||
program {
|
||||
name: "b1_clicked";
|
||||
signal: "mouse,up,1";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b1";
|
||||
source: "b1";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b2_selected";
|
||||
signal: "mouse,down,1";
|
||||
@ -103,6 +112,14 @@ group {
|
||||
source: "b2";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b2_clicked";
|
||||
signal: "mouse,up,1";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b2";
|
||||
source: "b2";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b3_selected";
|
||||
signal: "mouse,down,1";
|
||||
@ -110,11 +127,27 @@ group {
|
||||
source: "b3";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b3_clicked";
|
||||
signal: "mouse,up,1";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b3";
|
||||
source: "b3";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b4_selected";
|
||||
signal: "mouse,down,1";
|
||||
action: SIGNAL_EMIT "selected" "b4";
|
||||
source: "b4";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "b4_clicked";
|
||||
signal: "mouse,up,1";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "b4";
|
||||
source: "b4";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user