Core.Object | +--GUI.GUI | +--GUI.GUIStyles | +--GUI.STY_MsgBoxButton
00001 // ==================================================================== 00002 // (c) 2002, Epic Games, Inc. All Rights Reserved 00003 // ==================================================================== 00004 00005 class STY_MsgBoxButton extends GUIStyles; 00006 00007 00008 00009 defaultproperties 00010 { 00011 KeyName="MsgBoxButton" 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=192,G=192,R=192) 00016 FontColors(4)=(B=192,G=192,R=192) 00017 ImgColors(4)=(A=100) 00018 BorderOffsets(0)=0 00019 BorderOffsets(1)=0 00020 BorderOffsets(2)=0 00021 BorderOffsets(3)=0 00022 }