home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
GUI
/
Classes
/
MySubTestPanelA.uc
< prev
next >
Wrap
Text File
|
2003-06-30
|
672b
|
28 lines
// ====================================================================
// (C) 2002, Epic Games
// ====================================================================
class MySubTestPanelA extends GUITabPanel;
var Automated GUIMultiColumnListBox MultiColumnListBoxTest;
defaultproperties
{
Begin Object class=GUIMultiColumnListBox Name=cOne
WinWidth=1
WinHeight=1
WinLeft=0
WinTop=0
bVisibleWhenEmpty=true
DefaultListClass="GUI.MyTestMultiColumnList"
End Object
MultiColumnListBoxTest=cOne
Background=Material'GUIContent.EpicLogo'
WinWidth=1.000000
WinHeight=0.807813
WinLeft=0.000000
WinTop=55.980499
}