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
00027
00028
//==============================================================================
//	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
{
	OnDrawItem=MyOnDrawItem
	Index=-1
	bVisible=True
	bVisibleWhenEmpty=True
	RenderWeight=1
	StyleName="ServerBrowserGrid"
	SelectedStyleName="BrowserListSelection"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:28:52.000 - Creation time: Do 14.8.2014 09:58:49.512 - Created with UnCodeX