Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Widget API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== [[UIOBJECT Region|Region]] === This is an abstract object type which cannot actually be created. Defines a potentially visible area. : {{id|API|Region|ClearAllPoints}}() - Clear all attachment points for this object. : {{id|API|Region|CreateAnimationGroup}}(["name"[,"inheritsFrom"]]) - Create and return a new AnimationGroup as a child of this Region. (added 3.1.0) : {{id|API|Region|GetAnimationGroups}}() - Returns all AnimationGroups that are children of this Region. (added 3.1.0) : {{id|API|Region|GetBottom}}() - Get the y location of the bottom edge of this frame - Moved in 1.10. : {{id|API|Region|GetCenter}}() - Get the coordinates of the center of this frame - Moved in 1.10. : {{id|API|Region|GetHeight}}() - Get the height of this object. : {{id|API|Region|GetLeft}}() - Get the x location of the left edge of this frame - Moved in 1.10. : {{id|API|Region|GetNumPoints}}() - Get the number of anchor points for this frame (added 1.10) : {{id|API|Region|GetPoint}}(pointNum) - Get details for an anchor point for this frame (point, relativeTo, relativePoint, xofs, yofs) (added 1.10) : {{id|API|Region|GetRect}}() - Get frame's left, bottom, width, height. : {{id|API|Region|GetRight}}() - Get the x location of the right edge of this frame - Moved in 1.10. : {{id|API|Region|GetSize}}() - Get the width and height of the frame : {{id|API|Region|GetTop}}() - Get the y location of the top edge of this frame - Moved in 1.10. : {{id|API|Region|GetWidth}}() - Get the width of this object. : {{id|API|Region|Hide}}() - Set this object to hidden (it and all of its children will disappear). : {{id|API|Region|IsDragging}}() - True if this Region or its Parent is being dragged. (added 3.1.0) : {{id|API|Region|IsProtected}}() - Determine if this object can be manipulated in certain ways by tainted code in combat or not : {{id|API|Region|IsShown}}() - Determine if this object is shown (would be visible if its parent was visible). : {{id|API|Region|IsVisible}}() - Get whether the object is visible on screen (logically (IsShown() and GetParent():IsVisible())); : {{id|API|Region|SetAllPoints}}(frame or "frameName") - Set all anchors to match edges of specified frame - Moved in 1.10. : {{id|API|Region|SetHeight}}(height) - Set the height of the object. : {{id|API|Region|SetParent}}(parent or "parentName") - Set the parent for this frame - Moved in 1.10. : {{id|API|Region|SetPoint}}("point","relativeFrame" or relativeObject,"relativePoint"[, xOfs, yOfs]) - Set an attachment point of this object - Updated in 1.10. Since 2.2 cooordinates are now relative to the closest anchor point : {{id|API|Region|SetSize}}(width, height) - Set the region's width and height : {{id|API|Region|SetWidth}}(width) - Set the width of the object. : {{id|API|Region|Show}}() - Set this object to shown (it will appear if its parent is visible). : {{id|API|Region|StopAnimating}}() - Stops any active animations on the Region and its children. (added 3.1.0)
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)