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

Extension.Window

Extends
ExtensionObject
Modifiers
native noexport

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

Direct Known Subclasses:

ActorDisplayWindow, AlignWindow, BorderWindow, CinematicWindow, ComputerSecurityCameraWindow, ComputerUIWindow, ComputerWindow, Crosshair, DamageHUDDisplay, DeusExHUD, DeusExScopeView, FrobDisplayWindow, HUDBaseWindow, HUDMissionStartTextDisplay, ListWindow, MenuScreenAdjustColorsExample, MenuScreenRGB_HUDExample, MenuScreenRGB_MenuExample, MenuUIActionButtonBarWindow, MenuUIChoice, MenuUIChoiceWindow, MenuUIClientWindow, MenuUILeftEdgeWindow, MenuUINavBarWindow, MenuUINavButtonWindow, MenuUIRGBSliderButtonWindow, MenuUIRightEdgeWindow, MenuUIShadowWindow, MenuUISkillInfoWindow, MenuUISliderButtonWindow, MenuUITitleWindow, MovingWindow, PersonaAugmentationBodyWindow, PersonaBaseWindow, PersonaHealthBodyWindow, PersonaInventoryObjectBelt, PictureWindow, ProgressBarWindow, ScaleManagerWindow, ScaleWindow, ScrollAreaWindow, ShadowWindow, SpinningLogoWindow, StaticWindow, TabGroupWindow, TextWindow, TileWindow, TimerDisplay, ToolTitleBarWindow, ViewportWindow

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
intacceleratorKey
intatt
texturebackground
EDrawStylebackgroundStyle
boolbBeingDestroyed
boolbConfigured
boolbDrawRawBackground
boolbIsInitialized
boolbIsSelectable
boolbIsSensitive
boolbIsVisible
boolbLastHeightSpecified
boolbLastWidthSpecified
boolbNeedsQuery
boolbNeedsReconfigure
fontboldFont
boolbSmoothBackground
boolbSpecialText
boolbStretchBackground
boolbTextTranslucent
boolbTickEnabled
objectclientObject
intcolMajorIndex
texturedefaultCursor
colordefaultCursorColor
texturedefaultCursorShadow
floatdefaultHotX
floatdefaultHotY
windowfirstChild
intfirstTimer
soundfocusSound
intfreeTimer
gcgGc
floathardcodedHeight
floathardcodedWidth
floatheight
floathMargin0
floathMargin1
floatholdHeight
floatholdWidth
floatholdX
floatholdY
soundinvisibleSound
windowlastChild
floatlastQueryHeight
floatlastQueryWidth
floatlastSpecifiedHeight
floatlastSpecifiedWidth
intlockCount
intmaxClicks
windownextSibling
fontnormalFont
windowparentOwner
windowprevSibling
introwMajorIndex
floatsoundVolume
colortextColor
planetextPlane
floattextVSpacing
colortileColor
planetilePlane
soundunfocusSound
soundvisibleSound
floatvMargin0
floatvMargin1
gcwGc
floatwidth
ClipRectwinClipRect
bytewindowType
EHAlignwinHAlign
windowwinParent
EVAlignwinVAlign
floatx
floaty
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

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

Structures Summary
Inherited Structures from Extension.ExtensionObject
ClipRect, DynamicArray
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
eventbool AcceleratorKeyPressed (string key))
function AddActorRef (actor refActor)
functionint AddTimer (float timeout, optional bool bLoop, optional int clientData, optional name functionName)
function AskParentForReconfigure ()
function AskParentToShowArea (optional float areaX, optional float areaY, optional float areaWidth, optional float areaHeight)
eventbool BoxOptionSelected (Window box, int buttonNumber))
eventbool ButtonActivated (Window button))
functionstring CarriageReturn ()
function ChangeStyle ()
event ChildAdded (Window child))
event ChildRemoved (Window child))
eventbool ChildRequestedReconfiguration (window childWin))
event ChildRequestedShowArea (window child, float showX, float showY, float showWidth, float showHeight))
event ChildRequestedVisibilityChange (window childWin, bool bNewVisibility))
eventbool ClipAttributesChanged (Window scale, int newClipWidth, int newClipHeight, int newChildWidth, int newChildHeight))
eventbool ClipPositionChanged (window clip, int newCol, int newRow))
event ConfigurationChanged ()))
function ConfigureChild (float newX, float newY, float newWidth, float newHeight)
function ConvertCoordinates (window fromWin, float fromX, float fromY, window toWin, out float toX, out float toY)
functionstring ConvertScriptString (string oldStr)
functionbool ConvertVectorToCoordinates (vector location, out float relativeX, out float relativeY)
functionstring CR ()))
event DescendantAdded (Window descendant))
event DescendantRemoved (Window descendant))
function Destroy ()
function DestroyAllChildren ()
event DestroyWindow ()))
function DisableWindow ()
event DrawWindow (GC gc))
eventbool EditActivated (window edit, bool bModified))
function EnableSpecialText (optional bool bEnable)
function EnableTranslucentText (optional bool bEnable)
function EnableWindow (optional bool bEnable)
functionwindow FindWindow (float pointX, float pointY, out float relativeX, out float relativeY)
event FocusEnteredDescendant (Window enterWindow))
event FocusEnteredWindow ()))
event FocusLeftDescendant (Window leaveWindow))
event FocusLeftWindow ()))
functionwindow GetBottomChild (optional bool bVisibleOnly)
functionobject GetClientObject ()
functionColor GetColorScaled (float percent))
function GetCursorPos (out float mouseX, out float mouseY)
functionwindow GetFocusWindow ()
functionGC GetGC ()
functionwindow GetHigherSibling (optional bool bVisibleOnly)
functionwindow GetLowerSibling (optional bool bVisibleOnly)
functionModalWindow GetModalWindow ()
functionWindow GetParent ()
functionPlayerPawnExt GetPlayerPawn ()
functionRootWindow GetRootWindow ()
functionTabGroupWindow GetTabGroupWindow ()
functionfloat GetTickOffset ()
functionwindow GetTopChild (optional bool bVisibleOnly)
function GrabMouse ()
function Hide ()
event InitWindow ()))
functionbool IsActorValid (actor refActor)
functionbool IsFocusWindow ()
functionbool IsKeyDown (EInputKey key)
functionbool IsPointInWindow (float pointX, float pointY)
functionbool IsSensitive (optional bool bRecurse)
functionbool IsVisible (optional bool bRecurse)
eventbool KeyPressed (string key))
eventbool ListRowActivated (window list, int rowId))
eventbool ListSelectionChanged (window list, int numSelections, int focusRowId))
function Lower ()
eventbool MouseButtonPressed (float pointX, float pointY, EInputKey button, int numClicks))
eventbool MouseButtonReleased (float pointX, float pointY, EInputKey button, int numClicks))
event MouseEnteredWindow ()))
event MouseLeftWindow ()))
event MouseMoved (float newX, float newY))
functionwindow MoveFocusDown ()
functionwindow MoveFocusLeft ()
functionwindow MoveFocusRight ()
functionwindow MoveFocusUp ()
functionwindow MoveTabGroupNext ()
functionwindow MoveTabGroupPrev ()
functionwindow NewChild (class newClass, optional bool bShow)
event ParentRequestedGranularity (out float hGranularity, out float vGranularity))
event ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
function PlaySound (Sound newsound, optional float volume, optional float pitch, optional float posX, optional float posY)
event PostDrawWindow (GC gc))
function QueryGranularity (out float hGranularity, out float vGranularity)
functionfloat QueryPreferredHeight (float queryWidth)
function QueryPreferredSize (out float preferredWidth, out float preferredHeight)
functionfloat QueryPreferredWidth (float queryHeight)
function Raise ()
eventbool RawKeyPressed (EInputKey key, EInputState iState, bool bRepeat))
eventbool RawMouseButtonPressed (float pointX, float pointY, EInputKey button, EInputState iState))
function ReleaseGC (GC gc)
function RemoveActorRef (actor refActor)
function RemoveTimer (int timerId)
function ResetHeight ()
function ResetSize ()
function ResetWidth ()
function ResizeChild ()
eventbool ScaleAttributesChanged (Window scale, int tickPosition, int tickSpan, int numTicks))
eventbool ScalePositionChanged (Window scale, int newTickPosition, float newValue, bool bFinal))
eventbool ScaleRangeChanged (Window scale, int fromTick, int toTick, float fromValue, float toValue, bool bFinal))
event SensitivityChanged (bool bNewSensitivity))
function SetAcceleratorText (string newStr)
function SetBackground (texture newBackground)
function SetBackgroundSmoothing (bool newSmoothing)
function SetBackgroundStretching (bool newStretching)
function SetBackgroundStyle (EDrawStyle newStyle)
function SetBaselineData (optional float newBaselineOffset, optional float newUnderlineHeight)
function SetBoldFont (Font fn)
function SetChildVisibility (bool bNewVisibility)
function SetClientObject (object newClientObject)
function SetConfiguration (float newX, float newY, float newWidth, float newHeight)
function SetCursorPos (float newMouseX, float newMouseY)
function SetDefaultCursor (Texture tx, optional Texture shadowTexture, optional float hotX, optional float hotY, optional color cursorColor)
function SetFocusSounds (optional sound focusSound, optional sound unfocusSound)
functionbool SetFocusWindow (window newFocusWindow)
function SetFont (Font fn)
function SetFonts (Font nFont, Font bFont)
function SetHeight (float newHeight)
function SetNormalFont (Font fn)
function SetPos (float newX, float newY)
function SetSelectability (bool newSelectability)
function SetSensitivity (bool newSensitivity)
function SetSize (float newWidth, float newHeight)
function SetSoundVolume (float newVolume)
function SetTextColor (color newColor)
function SetTextColorRGB (INT red, INT green, INT blue))
function SetTileColor (color newColor)
function SetTileColorRGB (INT red, INT green, INT blue))
function SetVisibilitySounds (optional sound visSound, optional sound invisSound)
function SetWidth (float newWidth)
function SetWindowAlignments (EHAlign hAlign, EVAlign vAlign, optional float hMargin0, optional float vMargin0, optional float hMargin1, optional float vMargin1)
function Show (optional bool bShow)
eventbool TextChanged (window edit, bool bModified))
eventbool ToggleChanged (Window button, bool bNewToggle))
function UngrabMouse ()
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
event VisibilityChanged (bool bNewVisibility))
event WindowReady ()))
Inherited Functions from Extension.ExtensionObject
StringToName
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

acceleratorKey Source code

var int acceleratorKey;

att Source code

var native private int att;

background Source code

var const texture background;

backgroundStyle Source code

var const EDrawStyle backgroundStyle;

bBeingDestroyed Source code

var const bool bBeingDestroyed;

bConfigured Source code

var bool bConfigured;

bDrawRawBackground Source code

var const bool bDrawRawBackground;

bIsInitialized Source code

var const bool bIsInitialized;

bIsSelectable Source code

var const bool bIsSelectable;

bIsSensitive Source code

var const bool bIsSensitive;

bIsVisible Source code

var const bool bIsVisible;

bLastHeightSpecified Source code

var private bool bLastHeightSpecified;

bLastWidthSpecified Source code

var private bool bLastWidthSpecified;

bNeedsQuery Source code

var bool bNeedsQuery;

bNeedsReconfigure Source code

var bool bNeedsReconfigure;

boldFont Source code

var const font boldFont;

bSmoothBackground Source code

var const bool bSmoothBackground;

bSpecialText Source code

var const bool bSpecialText;

bStretchBackground Source code

var const bool bStretchBackground;

bTextTranslucent Source code

var const bool bTextTranslucent;

bTickEnabled Source code

var bool bTickEnabled;

clientObject Source code

var const object clientObject;

colMajorIndex Source code

var private int colMajorIndex;

defaultCursor Source code

var const texture defaultCursor;

defaultCursorColor Source code

var const color defaultCursorColor;

defaultCursorShadow Source code

var const texture defaultCursorShadow;

defaultHotX Source code

var const float defaultHotX;

defaultHotY Source code

var const float defaultHotY;

firstChild Source code

var const window firstChild;

firstTimer Source code

var native private int firstTimer;

focusSound Source code

var const sound focusSound;

freeTimer Source code

var native private int freeTimer;

gGc Source code

var private gc gGc;

hardcodedHeight Source code

var const float hardcodedHeight;

hardcodedWidth Source code

var const float hardcodedWidth;

height Source code

var const float height;

hMargin0 Source code

var const float hMargin0;

hMargin1 Source code

var const float hMargin1;

holdHeight Source code

var float holdHeight;

holdWidth Source code

var float holdWidth;

holdX Source code

var float holdX;

holdY Source code

var float holdY;

invisibleSound Source code

var const sound invisibleSound;

lastChild Source code

var const window lastChild;

lastQueryHeight Source code

var private float lastQueryHeight;

lastQueryWidth Source code

var private float lastQueryWidth;

lastSpecifiedHeight Source code

var private float lastSpecifiedHeight;

lastSpecifiedWidth Source code

var private float lastSpecifiedWidth;

lockCount Source code

var const int lockCount;

maxClicks Source code

var int maxClicks;

nextSibling Source code

var const window nextSibling;

normalFont Source code

var const font normalFont;

parentOwner Source code

var private window parentOwner;

prevSibling Source code

var const window prevSibling;

rowMajorIndex Source code

var private int rowMajorIndex;

soundVolume Source code

var const float soundVolume;

textColor Source code

var const color textColor;

textPlane Source code

var const plane textPlane;

textVSpacing Source code

var const float textVSpacing;

tileColor Source code

var const color tileColor;

tilePlane Source code

var const plane tilePlane;

unfocusSound Source code

var const sound unfocusSound;

visibleSound Source code

var const sound visibleSound;

vMargin0 Source code

var const float vMargin0;

vMargin1 Source code

var const float vMargin1;

wGc Source code

var private gc wGc;

width Source code

var const float width;

winClipRect Source code

var const ClipRect winClipRect;

windowType Source code

var private byte windowType;

winHAlign Source code

var const EHAlign winHAlign;

winParent Source code

var const window winParent;

winVAlign Source code

var const EVAlign winVAlign;

x Source code

var const float x;

y Source code

var const float y;


Functions Detail

AcceleratorKeyPressed Source code

event bool AcceleratorKeyPressed ( string key) )

AddActorRef Source code

native(1497) final function AddActorRef ( actor refActor )

AddTimer Source code

native(1490) final function int AddTimer ( float timeout, optional bool bLoop, optional int clientData, optional name functionName )

AskParentForReconfigure Source code

native(1460) final function AskParentForReconfigure ( )

AskParentToShowArea Source code

native(1468) final function AskParentToShowArea ( optional float areaX, optional float areaY, optional float areaWidth, optional float areaHeight )

BoxOptionSelected Source code

event bool BoxOptionSelected ( Window box, int buttonNumber) )

ButtonActivated Source code

event bool ButtonActivated ( Window button) )

CarriageReturn Source code

native(1482) final function string CarriageReturn ( )

ChangeStyle Source code

native(1493) final function ChangeStyle ( )

ChildAdded Source code

event ChildAdded ( Window child) )

ChildRemoved Source code

event ChildRemoved ( Window child) )

ChildRequestedReconfiguration Source code

event bool ChildRequestedReconfiguration ( window childWin) )

ChildRequestedShowArea Source code

event ChildRequestedShowArea ( window child, float showX, float showY, float showWidth, float showHeight) )

ChildRequestedVisibilityChange Source code

event ChildRequestedVisibilityChange ( window childWin, bool bNewVisibility) )

ClipAttributesChanged Source code

event bool ClipAttributesChanged ( Window scale, int newClipWidth, int newClipHeight, int newChildWidth, int newChildHeight) )

ClipPositionChanged Source code

event bool ClipPositionChanged ( window clip, int newCol, int newRow) )

ConfigurationChanged Source code

event ConfigurationChanged ( ) )

ConfigureChild Source code

native(1461) final function ConfigureChild ( float newX, float newY, float newWidth, float newHeight )

ConvertCoordinates Source code

native(1449) final function ConvertCoordinates ( window fromWin, float fromX, float fromY, window toWin, out float toX, out float toY )

ConvertScriptString Source code

native(1469) final function string ConvertScriptString ( string oldStr )

ConvertVectorToCoordinates Source code

native(1489) final function bool ConvertVectorToCoordinates ( vector location, out float relativeX, out float relativeY )

CR Source code

function string CR ( ) )

DescendantAdded Source code

event DescendantAdded ( Window descendant) )

DescendantRemoved Source code

event DescendantRemoved ( Window descendant) )

Destroy Source code

native(1409) final function Destroy ( )

DestroyAllChildren Source code

native(1459) final function DestroyAllChildren ( )

DestroyWindow Source code

event DestroyWindow ( ) )

DisableWindow Source code

native(1418) final function DisableWindow ( )

DrawWindow Source code

event DrawWindow ( GC gc) )

EditActivated Source code

event bool EditActivated ( window edit, bool bModified) )

EnableSpecialText Source code

native(1481) final function EnableSpecialText ( optional bool bEnable )

EnableTranslucentText Source code

native(1483) final function EnableTranslucentText ( optional bool bEnable )

EnableWindow Source code

native(1417) final function EnableWindow ( optional bool bEnable )

FindWindow Source code

native(1472) final function window FindWindow ( float pointX, float pointY, out float relativeX, out float relativeY )

FocusEnteredDescendant Source code

event FocusEnteredDescendant ( Window enterWindow) )

FocusEnteredWindow Source code

event FocusEnteredWindow ( ) )

FocusLeftDescendant Source code

event FocusLeftDescendant ( Window leaveWindow) )

FocusLeftWindow Source code

event FocusLeftWindow ( ) )

GetBottomChild Source code

native(1456) final function window GetBottomChild ( optional bool bVisibleOnly )

GetClientObject Source code

native(1488) final function object GetClientObject ( )

GetColorScaled Source code

function Color GetColorScaled ( float percent) )

GetCursorPos Source code

native(1452) final function GetCursorPos ( out float mouseX, out float mouseY )

GetFocusWindow Source code

native(1441) final function window GetFocusWindow ( )

GetGC Source code

native(1485) final function GC GetGC ( )

GetHigherSibling Source code

native(1457) final function window GetHigherSibling ( optional bool bVisibleOnly )

GetLowerSibling Source code

native(1458) final function window GetLowerSibling ( optional bool bVisibleOnly )

GetModalWindow Source code

native(1426) final function ModalWindow GetModalWindow ( )

GetParent Source code

native(1428) final function Window GetParent ( )

GetPlayerPawn Source code

native(1429) final function PlayerPawnExt GetPlayerPawn ( )

GetRootWindow Source code

native(1425) final function RootWindow GetRootWindow ( )

GetTabGroupWindow Source code

native(1427) final function TabGroupWindow GetTabGroupWindow ( )

GetTickOffset Source code

native(1492) final function float GetTickOffset ( )

GetTopChild Source code

native(1455) final function window GetTopChild ( optional bool bVisibleOnly )

GrabMouse Source code

native(1450) final function GrabMouse ( )

Hide Source code

native(1414) final function Hide ( )

InitWindow Source code

event InitWindow ( ) )

IsActorValid Source code

native(1499) final function bool IsActorValid ( actor refActor )

IsFocusWindow Source code

native(1448) final function bool IsFocusWindow ( )

IsKeyDown Source code

native(1470) final function bool IsKeyDown ( EInputKey key )

IsPointInWindow Source code

native(1471) final function bool IsPointInWindow ( float pointX, float pointY )

IsSensitive Source code

native(1419) final function bool IsSensitive ( optional bool bRecurse )

IsVisible Source code

native(1415) final function bool IsVisible ( optional bool bRecurse )

KeyPressed Source code

event bool KeyPressed ( string key) )

ListRowActivated Source code

event bool ListRowActivated ( window list, int rowId) )

ListSelectionChanged Source code

event bool ListSelectionChanged ( window list, int numSelections, int focusRowId) )

Lower Source code

native(1412) final function Lower ( )

MouseButtonPressed Source code

event bool MouseButtonPressed ( float pointX, float pointY, EInputKey button, int numClicks) )

MouseButtonReleased Source code

event bool MouseButtonReleased ( float pointX, float pointY, EInputKey button, int numClicks) )

MouseEnteredWindow Source code

event MouseEnteredWindow ( ) )

MouseLeftWindow Source code

event MouseLeftWindow ( ) )

MouseMoved Source code

event MouseMoved ( float newX, float newY) )

MoveFocusDown Source code

native(1445) final function window MoveFocusDown ( )

MoveFocusLeft Source code

native(1442) final function window MoveFocusLeft ( )

MoveFocusRight Source code

native(1443) final function window MoveFocusRight ( )

MoveFocusUp Source code

native(1444) final function window MoveFocusUp ( )

MoveTabGroupNext Source code

native(1446) final function window MoveTabGroupNext ( )

MoveTabGroupPrev Source code

native(1447) final function window MoveTabGroupPrev ( )

NewChild Source code

native(1410) final function window NewChild ( class newClass, optional bool bShow )

ParentRequestedGranularity Source code

event ParentRequestedGranularity ( out float hGranularity, out float vGranularity) )

ParentRequestedPreferredSize Source code

event ParentRequestedPreferredSize ( bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight) )

PlaySound Source code

native(1473) final function PlaySound ( Sound newsound, optional float volume, optional float pitch, optional float posX, optional float posY )

PostDrawWindow Source code

event PostDrawWindow ( GC gc) )

QueryGranularity Source code

native(1466) final function QueryGranularity ( out float hGranularity, out float vGranularity )

QueryPreferredHeight Source code

native(1464) final function float QueryPreferredHeight ( float queryWidth )

QueryPreferredSize Source code

native(1465) final function QueryPreferredSize ( out float preferredWidth, out float preferredHeight )

QueryPreferredWidth Source code

native(1463) final function float QueryPreferredWidth ( float queryHeight )

Raise Source code

native(1411) final function Raise ( )

RawKeyPressed Source code

event bool RawKeyPressed ( EInputKey key, EInputState iState, bool bRepeat) )

RawMouseButtonPressed Source code

event bool RawMouseButtonPressed ( float pointX, float pointY, EInputKey button, EInputState iState) )

ReleaseGC Source code

native(1486) final function ReleaseGC ( GC gc )

RemoveActorRef Source code

native(1498) final function RemoveActorRef ( actor refActor )

RemoveTimer Source code

native(1491) final function RemoveTimer ( int timerId )

ResetHeight Source code

native(1437) final function ResetHeight ( )

ResetSize Source code

native(1435) final function ResetSize ( )

ResetWidth Source code

native(1436) final function ResetWidth ( )

ResizeChild Source code

native(1462) final function ResizeChild ( )

ScaleAttributesChanged Source code

event bool ScaleAttributesChanged ( Window scale, int tickPosition, int tickSpan, int numTicks) )

ScalePositionChanged Source code

event bool ScalePositionChanged ( Window scale, int newTickPosition, float newValue, bool bFinal) )

ScaleRangeChanged Source code

event bool ScaleRangeChanged ( Window scale, int fromTick, int toTick, float fromValue, float toValue, bool bFinal) )

SensitivityChanged Source code

event SensitivityChanged ( bool bNewSensitivity) )

SetAcceleratorText Source code

native(1439) final function SetAcceleratorText ( string newStr )

SetBackground Source code

native(1421) final function SetBackground ( texture newBackground )

SetBackgroundSmoothing Source code

native(1423) final function SetBackgroundSmoothing ( bool newSmoothing )

SetBackgroundStretching Source code

native(1424) final function SetBackgroundStretching ( bool newStretching )

SetBackgroundStyle Source code

native(1422) final function SetBackgroundStyle ( EDrawStyle newStyle )

SetBaselineData Source code

native(1484) final function SetBaselineData ( optional float newBaselineOffset, optional float newUnderlineHeight )

SetBoldFont Source code

native(1480) final function SetBoldFont ( Font fn )

SetChildVisibility Source code

native(1467) final function SetChildVisibility ( bool bNewVisibility )

SetClientObject Source code

native(1487) final function SetClientObject ( object newClientObject )

SetConfiguration Source code

native(1430) final function SetConfiguration ( float newX, float newY, float newWidth, float newHeight )

SetCursorPos Source code

native(1453) final function SetCursorPos ( float newMouseX, float newMouseY )

SetDefaultCursor Source code

native(1454) final function SetDefaultCursor ( Texture tx, optional Texture shadowTexture, optional float hotX, optional float hotY, optional color cursorColor )

SetFocusSounds Source code

native(1495) final function SetFocusSounds ( optional sound focusSound, optional sound unfocusSound )

SetFocusWindow Source code

native(1440) final function bool SetFocusWindow ( window newFocusWindow )

SetFont Source code

native(1477) final function SetFont ( Font fn )

SetFonts Source code

native(1478) final function SetFonts ( Font nFont, Font bFont )

SetHeight Source code

native(1434) final function SetHeight ( float newHeight )

SetNormalFont Source code

native(1479) final function SetNormalFont ( Font fn )

SetPos Source code

native(1432) final function SetPos ( float newX, float newY )

SetSelectability Source code

native(1420) final function SetSelectability ( bool newSelectability )

SetSensitivity Source code

native(1416) final function SetSensitivity ( bool newSensitivity )

SetSize Source code

native(1431) final function SetSize ( float newWidth, float newHeight )

SetSoundVolume Source code

native(1474) final function SetSoundVolume ( float newVolume )

SetTextColor Source code

native(1476) final function SetTextColor ( color newColor )

SetTextColorRGB Source code

function SetTextColorRGB ( INT red, INT green, INT blue) )

SetTileColor Source code

native(1475) final function SetTileColor ( color newColor )

SetTileColorRGB Source code

function SetTileColorRGB ( INT red, INT green, INT blue) )

SetVisibilitySounds Source code

native(1496) final function SetVisibilitySounds ( optional sound visSound, optional sound invisSound )

SetWidth Source code

native(1433) final function SetWidth ( float newWidth )

SetWindowAlignments Source code

native(1438) final function SetWindowAlignments ( EHAlign hAlign, EVAlign vAlign, optional float hMargin0, optional float vMargin0, optional float hMargin1, optional float vMargin1 )

Show Source code

native(1413) final function Show ( optional bool bShow )

TextChanged Source code

event bool TextChanged ( window edit, bool bModified) )

ToggleChanged Source code

event bool ToggleChanged ( Window button, bool bNewToggle) )

UngrabMouse Source code

native(1451) final function UngrabMouse ( )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )

VisibilityChanged Source code

event VisibilityChanged ( bool bNewVisibility) )

WindowReady Source code

event WindowReady ( ) )


Defaultproperties

defaultproperties
{
}

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