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.GUIHorzScrollBar
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 |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIHorzScrollZone Name=HScrollZone OnScrollZoneClick=ZoneClick End Object Begin Object Class=GUIHorzScrollButton Name=HLeftBut OnClick=DecreaseClick End Object Begin Object Class=GUIHorzScrollButton Name=HRightBut OnClick=IncreaseClick bIncreaseButton=True End Object Begin Object Class=GUIHorzGripButton Name=HGrip OnMousePressed=GripPressed End Object OnPreDraw=GripPreDraw MyScrollZone=HScrollZone MyDecreaseButton=HLeftBut MyIncreaseButton=HRightBut MyGripButton=HGrip bAcceptsInput=true WinWidth=0.0375 Orientation=ORIENT_Horizontal MinGripPixels=12 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |