UWindow
Class UWindowHTMLTextRow

source: e:\games\UnrealTournament\UWindow\Classes\UWindowHTMLTextRow.uc
Core.Object
   |
   +--UWindow.UWindowBase
      |
      +--UWindow.UWindowList
         |
         +--UWindow.UWindowDynamicTextRow
            |
            +--UWindow.UWindowHTMLTextRow
Direct Known Subclasses:None

class UWindowHTMLTextRow
extends UWindow.UWindowDynamicTextRow


Variables
 string DisplayString
           style at end of line
 HTMLStyle EndStyle
           style at end of line
 HTMLStyle StartStyle
           style at start of line
 string StyleString
           style at end of line


Source Code


00001	class UWindowHTMLTextRow expands UWindowDynamicTextRow;
00002	
00003	var HTMLStyle StartStyle; // style at start of line
00004	var HTMLStyle EndStyle;	  // style at end of line
00005	
00006	var string DisplayString;
00007	var string StyleString;
00008	
00009	defaultproperties
00010	{
00011	}

End Source Code