Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:GUIHorzScrollBar (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004, UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: XInterface.GUIHorzScrollBar Parent: XInterface.GUIMultiComponent
<Enter a description here>
Properties[edit]
GripLeft[edit]
Type: float
Where in the ScrollZone is the grip - Set Natively
GripWidth[edit]
Type: float
How big is the grip - Set Natively
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUIHorzScrollZone'HScrollZone' |
Controls[1] | GUIHorzScrollButton'HLeftBut' |
Controls[2] | GUIHorzScrollButton'HRightBut' |
Controls[3] | GUIHorzGripButton'HGrip' |
WinWidth | 0.0375 |
Subobjects[edit]
HGrip[edit]
Class: XInterface.GUIHorzGripButton
Empty subobject definition.
HLeftBut[edit]
Class: XInterface.GUIHorzScrollButton
Property | Value |
---|---|
LeftButton | True |
HRightBut[edit]
Class: XInterface.GUIHorzScrollButton
Property | Value |
---|---|
LeftButton | False |
HScrollZone[edit]
Class: XInterface.GUIHorzScrollZone
Empty subobject definition.
Functions[edit]
Events[edit]
AlignThumb[edit]
event AlignThumb ()
Overrides: GUIScrollBarBase.AlignThumb
Other instance functions[edit]
GripMouseMove[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMultiComponent.InitComponent
LeftTickClick[edit]
function bool LeftTickClick (GUIComponent Sender)
MoveGripBy[edit]
function MoveGripBy (int items)
Overrides: GUIScrollBarBase.MoveGripBy
RightTickClick[edit]
function bool RightTickClick (GUIComponent Sender)
UpdateGripPosition[edit]
function UpdateGripPosition (float NewPos)
Overrides: GUIScrollBarBase.UpdateGripPosition
WheelDown[edit]
function WheelDown ()
WheelUp[edit]
function WheelUp ()
ZoneClick[edit]
function ZoneClick (float Delta)