and make arrows emit signals for advance items

SVN revision: 45895
This commit is contained in:
Carsten Haitzler 2010-02-05 10:22:42 +00:00
parent 00e6bf4bf1
commit 1814a74703
1 changed files with 2 additions and 4 deletions

View File

@ -5556,14 +5556,12 @@ collections { /* begin the collection of edje groups that are in this file */
program { name: "sb_left";
signal: "mouse,down,1";
source: "left_arrow";
action: DRAG_VAL_STEP -1.0 0.0;
target: "e.dragable.hbar";
action: SIGNAL_EMIT "e,action,prev" "e";
}
program { name: "sb_right";
signal: "mouse,down,1";
source: "right_arrow";
action: DRAG_VAL_STEP 1.0 0.0;
target: "e.dragable.hbar";
action: SIGNAL_EMIT "e,action,next" "e";
}
}
}