Core.Object | +--GUI.GUI | +--GUI.GUIStyles | +--GUI.STY_SquareButton | +--GUI.STY_NoAlphaButton
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 }