home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / GUI / Classes / STY_Header.uc < prev    next >
Text File  |  2003-06-30  |  594b  |  21 lines

  1. // ====================================================================
  2. //  Written by Joe Wilcox
  3. //  (c) 2002, Epic Games, Inc.  All Rights Reserved
  4. //
  5. //    Top bar in the primary browser GUI (background for tab controls)
  6. // ====================================================================
  7.  
  8. class STY_Header extends STY_SquareButton;
  9.  
  10. defaultproperties
  11. {
  12.     KeyName="Header"
  13.     FontNames(0)="HeaderFont"
  14.     FontNames(1)="HeaderFont"
  15.     FontNames(2)="HeaderFont"
  16.     FontNames(3)="HeaderFont"
  17.     FontNames(4)="HeaderFont"
  18.     FontColors(1)=(R=255,G=255,B=255,A=255)
  19.     BorderOffsets(3)=2
  20. }
  21.