implement maximize action.

(i won't implement minimize until there's a way of UNminizing)


SVN revision: 12499
This commit is contained in:
rephorm 2004-12-18 05:51:35 +00:00 committed by rephorm
parent f9878bc6f5
commit 36fc8f1973
1 changed files with 6 additions and 0 deletions

View File

@ -1433,6 +1433,12 @@ collections {
source: "button_0";
action: SIGNAL_EMIT "action" "close";
}
program {
name: "maximize_action";
signal: "mouse,clicked,1";
source: "button_1";
action: SIGNAL_EMIT "action" "maximize";
}
program {
name: "shade_action";
signal: "mouse,down,1,double";