GUI
Class STY_SquareButton

source: C:\XIII\GUI\Classes\STY_SquareButton.uc
Core.Object
   |
   +--GUI.GUI
      |
      +--GUI.GUIStyles
         |
         +--GUI.STY_SquareButton
Direct Known Subclasses:STY_ListBox, STY_NoAlphaButton

class STY_SquareButton
extends GUI.GUIStyles

// ==================================================================== // (c) 2002, Epic Games, Inc. All Rights Reserved // ====================================================================

Source Code


00001	// ====================================================================
00002	//  (c) 2002, Epic Games, Inc.  All Rights Reserved
00003	// ====================================================================
00004	
00005	class STY_SquareButton extends GUIStyles;
00006	
00007	
00008	
00009	defaultproperties
00010	{
00011	     KeyName="SquareButton"
00012	     Images(1)=Texture'GUIContent.bouton.MN_cadre01'
00013	     Images(2)=Texture'GUIContent.bouton.MN_cadre01'
00014	     Images(3)=Texture'GUIContent.bouton.MN_cadre01'
00015	     FontColors(0)=(B=255,G=255,R=255)
00016	     FontColors(4)=(B=255,G=255,R=255,A=100)
00017	     ImgColors(4)=(A=100)
00018	     BorderOffsets(0)=0
00019	     BorderOffsets(1)=0
00020	     BorderOffsets(2)=0
00021	     BorderOffsets(3)=0
00022	}

End Source Code