I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:GUIHorzScrollBar (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: GUI.GUIHorzScrollBar Parent: GUI.GUIMultiComponent
<Enter a description here>
[edit] Properties
[edit] GripLeft
Type: float
Where in the ScrollZone is the grip - Set Natively
[edit] GripWidth
Type: float
How big is the grip - Set Natively
[edit] MyGripButton
Type: GUIHorzGripButton
Modifiers: automated
Default value: GUIHorzGripButton'HGrip'
[edit] MyLeftButton
Type: GUIHorzScrollButton
Modifiers: automated
Default value: GUIHorzScrollButton'HLeftBut'
[edit] MyRightButton
Type: GUIHorzScrollButton
Modifiers: automated
Default value: GUIHorzScrollButton'HRightBut'
[edit] MyScrollZone
Type: GUIHorzScrollZone
Modifiers: automated
Default value: GUIHorzScrollZone'HScrollZone'
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| WinWidth | 0.0375 |
[edit] Subobjects
[edit] HGrip
Class: GUI.GUIHorzGripButton
Empty subobject definition.
[edit] HLeftBut
Class: GUI.GUIHorzScrollButton
| Property | Value |
|---|---|
| LeftButton | True |
[edit] HRightBut
Class: GUI.GUIHorzScrollButton
Empty subobject definition.
[edit] HScrollZone
Class: GUI.GUIHorzScrollZone
Empty subobject definition.
[edit] Functions
[edit] Events
[edit] AlignThumb
Overrides: GUIScrollBarBase.AlignThumb
[edit] Other instance functions
[edit] GripMouseMove
[edit] InitComponent
Overrides: GUIMultiComponent.InitComponent
[edit] LeftTickClick
[edit] MoveGripBy
Overrides: GUIScrollBarBase.MoveGripBy
[edit] RightTickClick
[edit] UpdateGripPosition
Overrides: GUIScrollBarBase.UpdateGripPosition
