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

Extension.BorderWindow

Extends
Window
Modifiers
native noexport

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

Direct Known Subclasses:

ToolBorderWindow

Variables Summary
boolbDownDrag
boolbLeftDrag
boolbMarginsFromBorder
textureborderBottom
textureborderBottomLeft
textureborderBottomRight
textureborderLeft
textureborderRight
EDrawStyleborderStyle
textureborderTop
textureborderTopLeft
textureborderTopRight
floatbottomMargin
boolbResizeable
boolbRightDrag
boolbSmoothBorder
boolbStretchBorder
boolbUpDrag
texturecenter
floatchildBottomMargin
floatchildLeftMargin
floatchildRightMargin
floatchildTopMargin
floatdragHeight
floatdragWidth
floatdragX
floatdragY
texturehMoveCursor
floatlastMouseX
floatlastMouseY
floatleftMargin
texturemoveCursor
floatrightMargin
texturetlMoveCursor
floattopMargin
texturetrMoveCursor
texturevMoveCursor
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 BaseMarginsFromBorder (optional bool bBorder)
function EnableResizing (optional bool bResize)
function SetBorderMargins (optional float newLeft, optional float newRight, optional float newTop, optional float newBottom)
function 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)
function SetBorderStyle (EDrawStyle newBorderStyle))
function SetMoveCursors (optional texture move, optional texture hMove, optional texture vMove, optional texture tlMove, optional texture trMove)
function SmoothBorder (bool bNewSmoothBorder))
function 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
Inherited Functions from Extension.ExtensionObject
StringToName


Variables Detail

bDownDrag Source code

var private bool bDownDrag;

bLeftDrag Source code

var private bool bLeftDrag;

bMarginsFromBorder Source code

var const bool bMarginsFromBorder;

borderBottom Source code

var const texture borderBottom;

borderBottomLeft Source code

var const texture borderBottomLeft;

borderBottomRight Source code

var const texture borderBottomRight;

borderLeft Source code

var const texture borderLeft;

borderRight Source code

var const texture borderRight;

borderStyle Source code

var EDrawStyle borderStyle;

borderTop Source code

var const texture borderTop;

borderTopLeft Source code

var const texture borderTopLeft;

borderTopRight Source code

var const texture borderTopRight;

bottomMargin Source code

var private float bottomMargin;

bResizeable Source code

var const bool bResizeable;

bRightDrag Source code

var private bool bRightDrag;

bSmoothBorder Source code

var bool bSmoothBorder;

bStretchBorder Source code

var bool bStretchBorder;

bUpDrag Source code

var private bool bUpDrag;

center Source code

var const texture center;

childBottomMargin Source code

var float childBottomMargin;

childLeftMargin Source code

var float childLeftMargin;

childRightMargin Source code

var float childRightMargin;

childTopMargin Source code

var float childTopMargin;

dragHeight Source code

var private float dragHeight;

dragWidth Source code

var private float dragWidth;

dragX Source code

var private float dragX;

dragY Source code

var private float dragY;

hMoveCursor Source code

var const texture hMoveCursor;

lastMouseX Source code

var private float lastMouseX;

lastMouseY Source code

var private float lastMouseY;

leftMargin Source code

var private float leftMargin;

moveCursor Source code

var const texture moveCursor;

rightMargin Source code

var private float rightMargin;

tlMoveCursor Source code

var const texture tlMoveCursor;

topMargin Source code

var private float topMargin;

trMoveCursor Source code

var const texture trMoveCursor;

vMoveCursor Source code

var const texture vMoveCursor;


Functions Detail

BaseMarginsFromBorder Source code

native(1532) final function BaseMarginsFromBorder ( optional bool bBorder )

EnableResizing Source code

native(1533) final function EnableResizing ( optional bool bResize )

SetBorderMargins Source code

native(1531) final function SetBorderMargins ( optional float newLeft, optional float newRight, optional float newTop, optional float newBottom )

SetBorders Source code

native(1530) final function 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 Source code

function SetBorderStyle ( EDrawStyle newBorderStyle) )

SetMoveCursors Source code

native(1534) final function SetMoveCursors ( optional texture move, optional texture hMove, optional texture vMove, optional texture tlMove, optional texture trMove )

SmoothBorder Source code

function SmoothBorder ( bool bNewSmoothBorder) )

StretchBorder Source code

function StretchBorder ( bool bNewStretchBorder) )


Defaultproperties

defaultproperties
{
}

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