19 lines
525 B
Ucode
19 lines
525 B
Ucode
// ====================================================================
|
|
// Written by Joe Wilcox
|
|
// (c) 2002, Epic Games, Inc. All Rights Reserved
|
|
//
|
|
// Used by scrollboxes and spinners (up/down, +/-)
|
|
// ====================================================================
|
|
|
|
class STY2RoundScaledButton extends STY2RoundButton;
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="RoundScaledButton"
|
|
ImgStyle(0)=ISTY_Scaled
|
|
ImgStyle(1)=ISTY_Scaled
|
|
ImgStyle(2)=ISTY_Scaled
|
|
ImgStyle(3)=ISTY_Scaled
|
|
ImgStyle(4)=ISTY_Scaled
|
|
}
|