I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:GUIScrollZoneBase (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIScrollZoneBase |
Contents |
- Package:
- XInterface
- Direct subclasses:
- GUIHorzScrollZone, GUIVertScrollZone
| 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. |
Created on: 08/23/2003 Base class for scroll zones
The ScrollZone is the background area for a scrollbar. When the user clicks on the zone, it caculates it's percentage.
Written by Joe Wilcox © 2003, Epic Games, Inc. All Rights Reserved
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| bCaptureMouse | True |
| bNeverFocus | True |
| bRepeatClick | True |
| bRequiresStyle | True |
| OnClick | InternalOnClick |
| RenderWeight | 0.25 |
| StyleName | "ScrollZone" |
[edit] Delegates
[edit] OnScrollZoneClick
delegate OnScrollZoneClick (float Delta)
[edit] Instance functions
[edit] InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
