Support e,action,icon,hide for the button widget.

SVN revision: 28501
This commit is contained in:
Christopher Michael 2007-02-28 02:59:11 +00:00
parent cddbf408fb
commit 9c21932dae
1 changed files with 7 additions and 0 deletions

View File

@ -338,6 +338,13 @@ group {
action: STATE_SET "visible" 0.0;
target: "e.swallow.icon";
}
program {
name: "icon_invisible";
signal: "e,action,hide,icon";
source: "e";
action: STATE_SET "default" 0.0;
target: "e.swallow.icon";
}
program {
name: "button_in";
signal: "mouse,in";