EditBox:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
EditBox:RegisterForDrag(...)
|
Registers the frame for dragging.
|
EditBox:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
EditBox:RegisterAllEvents()
|
Registers the frame for all events.
|
EditBox:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
EditBox:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = EditBox:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = EditBox:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = EditBox:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = EditBox:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = EditBox:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = EditBox:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = EditBox:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = EditBox:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = EditBox:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = EditBox:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = EditBox:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
EditBox:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
region = EditBox:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
scale = EditBox:GetScale()
|
Returns the frame's scale factor.
|
... = EditBox:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
EditBox:GetPropagateKeyboardInput()
|
Функция еще не задокументированна.
|
numRegions = EditBox:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = EditBox:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
minWidth, minHeight = EditBox:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
maxWidth, maxHeight = EditBox:GetMaxResize()
|
Returns the maximum size of the frame for user resizing.
|
id = EditBox:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = EditBox:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
strata = EditBox:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = EditBox:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
scale = EditBox:GetEffectiveScale()
|
Returns the overall scale factor of the frame.
|
depth = EditBox:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
alpha = EditBox:GetEffectiveAlpha()
|
Returns the overall opacity of the frame.
|
EditBox:GetDontSavePosition()
|
Функция еще не задокументированна.
|
depth = EditBox:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = EditBox:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = EditBox:GetChildren()
|
Returns a list of child frames of the frame.
|
left, bottom, width, height = EditBox:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
red, green, blue, alpha = EditBox:GetBackdropColor()
|
Returns the shading color for the frame's background graphic.
|
red, green, blue, alpha = EditBox:GetBackdropBorderColor()
|
Returns the shading color for the frame's border graphic.
|
backdrop = EditBox:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
value = EditBox:GetAttribute("name")
|
Returns the value of a secure frame attribute.
|
EditBox:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
EditBox:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
EditBox:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
EditBox:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
EditBox:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
EditBox:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|