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

ROInterface.ROUT2k4Browser_ServerListPageFavorites


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
//-----------------------------------------------------------
//
//-----------------------------------------------------------
class ROUT2k4Browser_ServerListPageFavorites extends UT2k4Browser_ServerListPageFavorites;

function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
	Super.Initcomponent(MyController, MyOwner);

    class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls);

    class'ROInterfaceUtil'.static.ReformatLists(MyController, lb_Server);
    class'ROInterfaceUtil'.static.ReformatLists(MyController, lb_Rules);
    class'ROInterfaceUtil'.static.ReformatLists(MyController, lb_Players);
}

defaultproperties
{
     Begin Object Class=ROGUIContextMenu Name=FavoritesContextMenu
         OnOpen=UT2k4Browser_ServerListPageFavorites.ContextMenuOpened
         OnSelect=UT2k4Browser_ServerListPageFavorites.ContextSelect
     End Object
     ContextMenu=ROGUIContextMenu'ROInterface.ROUT2k4Browser_ServerListPageFavorites.FavoritesContextMenu'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:28.000 - Creation time: Fri 13-10-2023 03:19:07.715 - Created with UnCodeX