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

GUI2K4.MessageWindow


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
00027
00028
00029
00030
00031
00032
00033
00034
00035
//==============================================================================
//	Created on: 10/10/2003
//	Base class for simple popups
//
//	Written by Ron Prestenback
//	© 2003, Epic Games, Inc.  All Rights Reserved
//==============================================================================
class MessageWindow extends PopupPageBase;

DefaultProperties
{
	Begin Object Class=FloatingImage Name=MessageWindowFrameBackground
//		WinWidth=1.000000
//		WinHeight=0.289063
//		WinLeft=0.000000
//		WinTop=0.335938
		WinWidth=1
		WinHeight=1
		WinLeft=0
		WinTop=0
		Image=material'2K4Menus.NewControls.Display2'
		bBoundToParent=true
		bScaleToParent=true
        DropShadowX=0
        DropShadowY=0
	End Object
	i_FrameBG=MessageWindowFrameBackground

	WinLeft=0.0
	WinHeight=0.38
	WinTop=0.3
	WinWidth=1.0

}

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:44.512 - Created with UnCodeX