home *** CD-ROM | disk | FTP | other *** search
- // ====================================================================
- // Written by Joe Wilcox
- // (c) 2002, Epic Games, Inc. All Rights Reserved
- //
- // Edit boxes...base class for all other boxes / buttons
- // ====================================================================
-
- class STY_SquareButton extends GUIStyles;
-
- defaultproperties
- {
- KeyName="SquareButton"
- Images(0)=Material'GUIContent.Menu.EditBox'
- //Images(1)=Material'GUIContent.Menu.EditBoxWatched'
- //Images(2)=Material'GUIContent.Menu.EditBoxFocused'
- //Images(3)=Material'GUIContent.Menu.fbEditBoxPressed'
- Images(1)=Material'GUIContent.Menu.EditBox'
- Images(2)=Material'GUIContent.Menu.EditBox'
- Images(3)=Material'GUIContent.Menu.EditBox'
- Images(4)=Material'GUIContent.Menu.EditBox'
- FontColors(0)=(R=255,G=255,B=255,A=255)
- FontColors(1)=(R=255,G=255,B=255,A=255)
- FontColors(2)=(R=255,G=255,B=255,A=255)
- FontColors(3)=(R=230,G=200,B=0,A=255)
- // FontColors(3)=(R=0,G=0,B=0,A=255)
-
- }
-