| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIScrollBarBase
|
+-- XInterface.GUIVertScrollBar
GUITreeScrollBar
| Variables Summary |
|---|
| Inherited Variables from XInterface.GUIScrollBarBase |
|---|
| BigStep, CurPos, GrabOffset, GripPos, GripSize, ItemCount, ItemsPerPage, MinGripPixels, MyDecreaseButton, MyGripButton, MyIncreaseButton, MyList, MyScrollZone, Orientation, Step |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Functions Summary | ||
|---|---|---|
![]() | bool | GripPreDraw (GUIComponent Sender )) |
![]() | GripPressed (GUIComponent Sender, bool IsRepeat )) | |
![]() | ZoneClick (float Delta)) | |
| Inherited Functions from XInterface.GUIScrollBarBase |
|---|
| DecreaseClick, GripPreDraw, IncreaseClick, InitComponent, Refocus, SetFriendlyLabel, SetList, UpdateGripPosition, WheelDown, WheelUp |
| Functions Detail |
|---|
GripPreDraw Source code
GripPressed Source code
ZoneClick Source code| Defaultproperties |
|---|
defaultproperties
{
MinGripPixels=12
Begin Object Class=GUIVertScrollZone Name=ScrollZone
OnScrollZoneClick=GUIVertScrollBar.ZoneClick
OnClick=ScrollZone.InternalOnClick
End Object
MyScrollZone=GUIVertScrollZone'XInterface.GUIVertScrollBar.ScrollZone'
Begin Object Class=GUIVertScrollButton Name=DownBut
bIncreaseButton=True
OnClick=GUIVertScrollBar.IncreaseClick
OnKeyEvent=DownBut.InternalOnKeyEvent
End Object
MyIncreaseButton=GUIVertScrollButton'XInterface.GUIVertScrollBar.DownBut'
Begin Object Class=GUIVertScrollButton Name=UpBut
OnClick=GUIVertScrollBar.DecreaseClick
OnKeyEvent=UpBut.InternalOnKeyEvent
End Object
MyDecreaseButton=GUIVertScrollButton'XInterface.GUIVertScrollBar.UpBut'
Begin Object Class=GUIVertGripButton Name=Grip
OnMousePressed=GUIVertScrollBar.GripPressed
OnKeyEvent=Grip.InternalOnKeyEvent
End Object
MyGripButton=GUIVertGripButton'XInterface.GUIVertScrollBar.Grip'
WinWidth=0.025000
bAcceptsInput=True
OnPreDraw=GUIVertScrollBar.GripPreDraw
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||