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

XInterface.STY_TextLabel


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
// ====================================================================
//  Class:  XInterface.STY_TextLabel
//  Parent: XInterface.GUIStyles
//
//  Generic text label / box
// ====================================================================

class STY_TextLabel extends GUIStyles;

defaultproperties
{
     KeyName="TextLabel"
     AlternateKeyName(0)="SmallTextLabel"
     AlternateKeyName(1)="LargeTextLabel"
     FontColors(0)=(B=255,G=255,R=255)
     FontColors(1)=(B=170,G=203,R=255)
     FontColors(2)=(B=0,G=200,R=230)
     FontColors(3)=(B=0,G=200,R=230)
     FontColors(4)=(B=255,G=255,R=255)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 23/10/2006 20:30:40.000 - Creation time: Wed 7/2/2007 19:16:53.359 - Created with UnCodeX