Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Extension.ScrollAreaWindow

Extends
Window
Modifiers
native noexport

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.ScrollAreaWindow

Direct Known Subclasses:

DeusExScrollAreaWindow, MenuUIScrollAreaWindow, PersonaScrollAreaWindow, ToolScrollAreaWindow

Variables Summary
boolbHideScrollbars
boolbHLastShow
boolbVLastShow
ClipWindowclipWindow
ButtonWindowdownButton
ScaleWindowhScale
ScaleManagerWindowhScaleMgr
ButtonWindowleftButton
floatmarginHeight
floatmarginWidth
ButtonWindowrightButton
floatscrollbarDistance
ButtonWindowupButton
ScaleWindowvScale
ScaleManagerWindowvScaleMgr
Inherited Variables from Extension.Window
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y

Enumerations Summary
Inherited Enumerations from Extension.ExtensionObject
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection

Structures Summary
Inherited Structures from Extension.ExtensionObject
ClipRect, DynamicArray

Functions Summary
function AutoHideScrollbars (optional bool bHide)
function EnableScrolling (optional bool bHScrolling, optional bool bVScrolling)
function SetAreaMargins (float newMarginWidth, float newMarginHeight)
function SetScrollbarDistance (float newDistance)
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
Inherited Functions from Extension.Window
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady
Inherited Functions from Extension.ExtensionObject
StringToName


Variables Detail

bHideScrollbars Source code

var const bool bHideScrollbars;

bHLastShow Source code

var const bool bHLastShow;

bVLastShow Source code

var const bool bVLastShow;

clipWindow Source code

var const ClipWindow clipWindow;

downButton Source code

var const ButtonWindow downButton;

hScale Source code

var const ScaleWindow hScale;

hScaleMgr Source code

var const ScaleManagerWindow hScaleMgr;

leftButton Source code

var const ButtonWindow leftButton;

marginHeight Source code

var const float marginHeight;

marginWidth Source code

var const float marginWidth;

rightButton Source code

var const ButtonWindow rightButton;

scrollbarDistance Source code

var const float scrollbarDistance;

upButton Source code

var const ButtonWindow upButton;

vScale Source code

var const ScaleWindow vScale;

vScaleMgr Source code

var const ScaleManagerWindow vScaleMgr;


Functions Detail

AutoHideScrollbars Source code

native(1703) final function AutoHideScrollbars ( optional bool bHide )

EnableScrolling Source code

native(1700) final function EnableScrolling ( optional bool bHScrolling, optional bool bVScrolling )

SetAreaMargins Source code

native(1702) final function SetAreaMargins ( float newMarginWidth, float newMarginHeight )

SetScrollbarDistance Source code

native(1701) final function SetScrollbarDistance ( float newDistance )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:15.276 - Created with UnCodeX