home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Level Design
/
GLDesign.bin
/
Software
/
UnrealEngine2Runtime
/
UE2Runtime-22262001_Demo.exe
/
GUI
/
Classes
/
GUIVertGripButton.uc
< prev
next >
Wrap
Text File
|
2003-06-30
|
643b
|
27 lines
// ====================================================================
// Class: GUI.GUIVertGripButton
//
// Written by Joe Wilcox
// (c) 2002, Epic Games, Inc. All Rights Reserved
// ====================================================================
class GUIVertGripButton extends GUIGFXButton
Native;
function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
Super.Initcomponent(MyController, MyOwner);
// Graphic = Material'GUIContent.Menu.ButGrip';
}
defaultproperties
{
StyleName="RoundButton"
Position=ICP_Bound
bNeverFocus=true
bCaptureMouse=true
OnClickSound=CS_None
}