UWindow
Class UWindowListBoxItem

source: e:\games\UnrealTournament\UWindow\Classes\UWindowListBoxItem.uc
Core.Object
   |
   +--UWindow.UWindowBase
      |
      +--UWindow.UWindowList
         |
         +--UWindow.UWindowListBoxItem
Direct Known Subclasses:UBrowserIRCUserList, UMenuMapList, UMenuMutatorList, UMenuWeaponPriorityList

class UWindowListBoxItem
extends UWindow.UWindowList


Variables
 string HelpText
 bool bSelected


Source Code


00001	class UWindowListBoxItem expands UWindowList;
00002	
00003	var bool bSelected;
00004	var string HelpText;
00005	
00006	defaultproperties
00007	{
00008	}

End Source Code