- Extends
- Window
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.BorderWindow
Direct Known Subclasses:
ToolBorderWindow
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 |
Inherited Enumerations from Extension.ExtensionObject |
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection |
Functions Summary |
 | | BaseMarginsFromBorder (optional bool bBorder)
|
 | | EnableResizing (optional bool bResize)
|
 | | SetBorderMargins (optional float newLeft, optional float newRight, optional float newTop, optional float newBottom)
|
 | | SetBorders (optional texture bordTL, optional texture bordTR, optional texture bordBL, optional texture bordBR, optional texture bordL, optional texture bordR, optional texture bordT, optional texture bordB, optional texture center)
|
 | | SetBorderStyle (EDrawStyle newBorderStyle))
|
 | | SetMoveCursors (optional texture move, optional texture hMove, optional texture vMove, optional texture tlMove, optional texture trMove)
|
 | | SmoothBorder (bool bNewSmoothBorder))
|
 | | StretchBorder (bool bNewStretchBorder))
|
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 |
var private bool bDownDrag;
var private bool bLeftDrag;
var const bool bMarginsFromBorder;
var const texture borderBottomLeft;
var const texture borderBottomRight;
var private float bottomMargin;
var const bool bResizeable;
var private bool bRightDrag;
var bool bSmoothBorder;
var bool bStretchBorder;
var private bool bUpDrag;
var float childBottomMargin;
var float childLeftMargin;
var float childRightMargin;
var float childTopMargin;
var private float dragHeight;
var private float dragWidth;
var private float dragX;
var private float dragY;
var private float lastMouseX;
var private float lastMouseY;
var private float leftMargin;
var private float rightMargin;
var private float topMargin;
native(1532) final function BaseMarginsFromBorder ( optional bool bBorder )
native(1533) final function EnableResizing ( optional bool bResize )
native(1531) final function SetBorderMargins ( optional float newLeft,
optional float newRight,
optional float newTop,
optional float newBottom )
function SetBorderStyle (
EDrawStyle newBorderStyle) )
function SmoothBorder ( bool bNewSmoothBorder) )
function StretchBorder ( bool bNewStretchBorder) )
Creation time: Mon 8/11/2021 16:31:02.975 - Created with
UnCodeX