e41093b19d
git-svn-id: http://www.neo1973-germany.de/svn@20 46df4e5c-bc4e-4628-a0fc-830ba316316d
15 lines
224 B
Text
15 lines
224 B
Text
parts {
|
|
SWALLOWCLIP()
|
|
|
|
BUTTONS_BOTTOM();
|
|
BUTTON_OPTIONS();
|
|
BUTTON_MENU();
|
|
BUTTON_CLOSE();
|
|
}
|
|
programs {
|
|
EMIT_TRANSITION("button_bottom_right", "main");
|
|
|
|
ACTIVATE("button_bottom_right");
|
|
|
|
TRANSITION();
|
|
}
|