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

GUI2K4.ServerBrowserMCList


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
//==============================================================================
//	Base class for server browser multi-column listboxes
//
//	Created by Ron Prestenback
//	© 2003, Epic Games, Inc.  All Rights Reserved
//==============================================================================
class ServerBrowserMCList extends GUIMultiColumnList;

var UT2K4Browser_ServerListPageBase tp_MyPage;

function SetAnchor(UT2K4Browser_ServerListPageBase Anchor)
{
    tp_MyPage = Anchor;
}

function MyOnDrawItem(Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending);

defaultproperties
{
     bVisibleWhenEmpty=True
     SelectedStyleName="BrowserListSelection"
     OnDrawItem=ServerBrowserMCList.MyOnDrawItem
     StyleName="ServerBrowserGrid"
     RenderWeight=1.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Tue 24/10/2006 17:13:10.000 - Creation time: Wed 7/2/2007 19:16:51.109 - Created with UnCodeX