m
Move page script moved page API Region SetAllPoints to WoW:API Region SetAllPoints without leaving a redirect
mNo edit summary |
m (Move page script moved page API Region SetAllPoints to WoW:API Region SetAllPoints without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 8: | Line 8: | ||
MyObject:SetPoint("TOPLEFT", relativeRegion ,"TOPLEFT", 0, 0) | MyObject:SetPoint("TOPLEFT", relativeRegion ,"TOPLEFT", 0, 0) | ||
MyObject:SetPoint("BOTTOMRIGHT", relativeRegion ,"BOTTOMRIGHT", 0, 0) | MyObject:SetPoint("BOTTOMRIGHT", relativeRegion ,"BOTTOMRIGHT", 0, 0) | ||
* See [[API Region SetPoint|Region:SetPoint]]() | * See [[API Region SetPoint|Region:SetPoint]]() | ||
* ''region'' may be given as nil to anchor relative to the whole screen. | * ''region'' may be given as nil to anchor relative to the whole screen. | ||
* ''region'' unspecified anchors the object to the parent. | |||