21 lines
489 B
Ucode
21 lines
489 B
Ucode
//====================================================================
|
|
// Class: XInterface.GUIFooter
|
|
// Date: 04-28-2003
|
|
//
|
|
// Base class for page footer panels.
|
|
//
|
|
// Written by Ron Prestenback
|
|
// (c) 2003, Epic Games, Inc. All Rights Reserved
|
|
// ====================================================================
|
|
class GUIFooter extends GUIBorder;
|
|
|
|
defaultproperties
|
|
{
|
|
WinTop=0.9
|
|
WinHeight=0.1
|
|
WinWidth=1.0
|
|
|
|
bBoundToParent=True
|
|
bScaleToParent=True
|
|
}
|