GUI
Class STY_NoAlphaButton

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

class STY_NoAlphaButton
extends GUI.STY_SquareButton

// ==================================================================== // (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_NoAlphaButton extends STY_SquareButton;
00006	
00007	
00008	
00009	defaultproperties
00010	{
00011	     KeyName="NoAlphaButton"
00012	}

End Source Code