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

GUI2K4.LargeWindow


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
//==============================================================================
//	Created on: 10/10/2003
//	Base class for larger non-full screen menus
//  Background images are sized according to the size of the page.
//
//	Written by Ron Prestenback
//	© 2003, Epic Games, Inc.  All Rights Reserved
//==============================================================================
class LargeWindow extends FloatingWindow;

defaultproperties
{
	OnCreateComponent=None
	bResizeWidthAllowed=false
	bResizeHeightAllowed=false
	bMoveAllowed=false
	bRequire640x480=True
	PropagateVisibility=false
	bCaptureInput=True
	WinLeft=0.2
	WinTop=0.2
	WinHeight=0.6
	WinWidth=0.6
	InactiveFadeColor=(R=60,G=60,B=60,A=255)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:28:52.000 - Creation time: Do 14.8.2014 09:58:43.605 - Created with UnCodeX