GUI
Class STY_ScaleButton

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

class STY_ScaleButton
extends GUI.STY_NoAlphaButton

// ==================================================================== // (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_ScaleButton extends STY_NoAlphaButton;
00006	
00007	
00008	
00009	defaultproperties
00010	{
00011	     KeyName="ScaleButton"
00012	     ImgStyle(0)=ISTY_Scaled
00013	     ImgStyle(1)=ISTY_Scaled
00014	     ImgStyle(2)=ISTY_Scaled
00015	     ImgStyle(3)=ISTY_Scaled
00016	     ImgStyle(4)=ISTY_Scaled
00017	}

End Source Code