rott/kf_sources/XInterface/Classes/GUIComboButton.uc
2026-07-14 20:27:09 +07:00

23 lines
588 B
Ucode

// ====================================================================
// Class: XInterface.GUIComboButton
//
// Written by Joe Wilcox
// (c) 2002, Epic Games, Inc. All Rights Reserved
// ====================================================================
class GUIComboButton extends GUIVertScrollButton;
function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
Super(GUIScrollButtonBase).Initcomponent(MyController, MyOwner);
}
defaultproperties
{
ImageIndex=7
bRepeatClick=false
OnClickSound=CS_Edit
StyleName="ComboButton"
}