Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UWindow.UWindowSmallCloseButton


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
class UWindowSmallCloseButton extends UWindowSmallButton;

var localized string CloseText;

function Created()
{
	Super.Created();
	SetText(CloseText);
}

function Click(float X, float Y)
{
	UWindowFramedWindow(GetParent(class'UWindowFramedWindow')).Close();
}

defaultproperties
{
				CloseText="Close"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: zo 11-11-2012 21:10:28.000 - Creation time: zo 11-11-2012 21:14:22.850 - Created with UnCodeX