Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 |
//============================================================================== // Listbox for a filter summary list // // Created by Ron Prestenback // © 2003, Epic Games, Inc. All Rights Reserved //============================================================================== class UT2K4FilterSummaryListBox extends GUIMultiColumnListBox; function InitComponent(GUIController MyC, GUIComponent MyO) { HeaderColumnPerc = UT2K4FilterSummaryPanel(MyO).HeaderColumnPerc; Super.InitComponent(MyC, MyO); } defaultproperties { DefaultListClass="GUI2K4.UT2K4FilterSummaryList" StyleName="ServerBrowserGrid" Begin Object Class=GUIContextMenu Name=RCMenu ContextItems(0)="Remove this rule" ContextItems(1)="Edit this rule" ContextItems(2)="-" ContextItems(3)="Apply changes" End Object ContextMenu=GUIContextMenu'GUI2K4.UT2K4FilterSummaryListBox.RCMenu' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |