home *** CD-ROM | disk | FTP | other *** search
- // ====================================================================
- // (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
- }