2007-02-03 10:55:08 +00:00
|
|
|
local text = ...;
|
|
|
|
|
|
|
|
|
|
return Def.ActorFrame {
|
|
|
|
|
OnCommand=cmd();
|
|
|
|
|
OffFocusedCommand=cmd();
|
|
|
|
|
OffUnfocusedCommand=cmd();
|
|
|
|
|
|
2007-05-20 17:59:03 +00:00
|
|
|
LoadFont( "Common", "normal" ) .. {
|
|
|
|
|
Text=THEME:GetString("PaneDisplay", text);
|
|
|
|
|
OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5);
|
2007-02-03 10:55:08 +00:00
|
|
|
};
|
|
|
|
|
};
|