home *** CD-ROM | disk | FTP | other *** search
- // ====================================================================
- // Written by Joe Wilcox
- // (c) 2002, Epic Games, Inc. All Rights Reserved
- //
- // Style content for all GUI tabs
- // ====================================================================
-
- class STY_TabButton extends GUIStyles;
-
- defaultproperties
- {
- KeyName="TabButton"
- Images(0)=Material'GUIContent.Menu.BoxTab'
- Images(1)=Material'GUIContent.Menu.BoxTabWatched'
- Images(2)=Material'GUIContent.Menu.BoxTabPulse'
- Images(3)=Material'GUIContent.Menu.BoxTab'
-
- FontNames(0)="SmallHeaderFont"
- FontNames(1)="SmallHeaderFont"
- FontNames(2)="SmallHeaderFont"
- FontNames(3)="SmallHeaderFont"
- FontNames(4)="SmallHeaderFont"
-
- FontColors(0)=(R=255,G=255,B=255,A=255)
- FontColors(1)=(R=255,G=255,B=255,A=255)
- FontColors(2)=(R=230,G=200,B=0,A=255)
- FontColors(3)=(R=230,G=200,B=0,A=255)
- }