UE2:GUIHorzList (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIListBase >> GUIHorzList
Package:
GUI
This class in other games:

Class: GUI.GUIHorzList Parent: GUI.GUIListBase

<Enter a description here>

Instance functions

End

function End ()


Home

function Home ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


InternalOnKeyType

function bool InternalOnKeyType (out byte Key, optional string Unicode)


InternalOnXControllerEvent

function bool InternalOnXControllerEvent (byte Id, GUI.eXControllerCodes iCode)


PgDn

function PgDn ()


PgUp

function PgUp ()


ScrollLeft

function ScrollLeft ()


ScrollRight

function ScrollRight ()


WheelDown

function WheelDown ()


WheelUp

function WheelUp ()