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/Region
(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!
==== Region Methods ==== : [[API Region ClearAllPoints|Region:ClearAllPoints]]() - Clear all attachment points for this object. : [[API Region GetBottom|Region:GetBottom]]() - Get the y location of the bottom edge of this frame - Moved in 1.10. : [[API Region GetCenter|Region:GetCenter]]() - Get the coordinates of the center of this frame - Moved in 1.10. : [[API Region GetHeight|Region:GetHeight]]() - Get the height of this object. : [[API Region GetLeft|Region:GetLeft]]() - Get the x location of the left edge of this frame - Moved in 1.10. : [[API Region GetNumPoints|Region:GetNumPoints]]() - Get the number of anchor points for this frame - New in 1.10. : [[API Region GetParent|Region:GetParent]]() - Get the parent of this frame (The object, not just the name) - Moved in 1.10. : [[API Region GetPoint|Region:GetPoint]](point) - Get details for an anchor points for this frame (point,relativeTo,relativePoint,xofs,yofs) - New in 1.10. : [[API Region GetRight|Region:GetRight]]() - Get the x location of the right edge of this frame - Moved in 1.10. : [[API Region GetTop|Region:GetTop]]() - Get the y location of the top edge of this frame - Moved in 1.10. : [[API Region GetWidth|Region:GetWidth]]() - Get the width of this object. : [[API Region Hide|Region:Hide]]() - Set this object to hidden (it and all of its children will disappear). : [[API Region IsShown|Region:IsShown]]() - Determine if this object is shown (would be visible if its parent was visible). : [[API Region IsVisible|Region:IsVisible]]() - Get whether the object is visible on screen (logically (IsShown() and GetParent():IsVisible())); : [[API Region SetAllPoints|Region:SetAllPoints]](frame or "frameName") - Set all anchors to match edges of specified frame - Moved in 1.10. : [[API Region SetHeight|Region:SetHeight]](height) - Set the height of the object. : [[API Region SetParent|Region:SetParent]](parent or "parentName") - Set the parent for this frame - Moved in 1.10. : [[API Region SetPoint|Region:SetPoint]]("point","relativeFrame" or relativeObject,"relativePoint"[,xOfs,yOfs]) - Set an attachment point of this object - Updated in 1.10. : [[API Region SetWidth|Region:SetWidth]](width) - Set the width of the object. : [[API Region Show|Region:Show]]() - Set this object to shown (it will appear if its parent is visible).<noinclude> [[Category:Widget methods| ]]</noinclude>
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)