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
GUIHorzScrollBar, GUIVertScrollBar
Variables Summary | |
---|---|
int | CurPos |
float | GrabOffset |
float | GripPos |
float | GripSize |
GUIScrollButtonBase | MyDecreaseButton |
GUIGripButtonBase | MyGripButton |
GUIScrollButtonBase | MyIncreaseButton |
GUIListBase | MyList |
GUIScrollZoneBase | MyScrollZone |
GUIScrollBarBase | |
int | BigStep |
int | ItemCount |
int | ItemsPerPage |
int | MinGripPixels |
EOrientation | Orientation |
int | Step |
Inherited Variables from XInterface.GUIMultiComponent |
---|
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
Enumerations Summary |
---|
Inherited Enumerations from XInterface.GUIComponent |
---|
EClickSound, EParentScaleType |
Delegates Summary | ||
---|---|---|
AlignThumb () | ||
MoveGripBy (int items) | ||
PositionChanged (int NewPos) |
Inherited Delegates from XInterface.GUIMultiComponent |
---|
HandleContextMenuClose, HandleContextMenuOpen, NotifyContextSelect, OnCreateComponent |
Functions Summary | ||
---|---|---|
bool | DecreaseClick (GUIComponent Sender) | |
bool | GripPreDraw (GUIComponent Sender) | |
bool | IncreaseClick (GUIComponent Sender) | |
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
Refocus (GUIComponent Who) | ||
SetFriendlyLabel (GUILabel NewLabel) | ||
SetList (GUIListBase List) | ||
UpdateGripPosition (float NewPos) | ||
WheelDown () | ||
WheelUp () |
Variables Detail |
---|
Delegates Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Step=1 PropagateVisibility=True bTabStop=False } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |