m
IE6 floating bug.
({{widgetmethod}}) |
m (IE6 floating bug.) |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Moves the game tooltip to a location based on the "owner" frame. | Moves the game tooltip to a location based on the "owner" frame. | ||
GameTooltip:SetOwner(owner, "anchor"[, +x, +y]); | |||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
:(owner, "Anchor"[, +x, +y]) | :(owner, "Anchor"[, +x, +y]) | ||
| Line 34: | Line 23: | ||
;''Returns'' | ;''Returns'' | ||
: Nothing. | |||
: Nothing | |||
---- | ---- | ||
;''Details'' | ;''Details'' | ||
: This will set the owner for tooltip:IsOwned(frame). For instance, first call GameTooltip:SetOwner(UIParent). Then GameTooltip:IsOwned(UIParent) will return 1. | : This will set the owner for tooltip:IsOwned(frame). For instance, first call GameTooltip:SetOwner(UIParent). Then GameTooltip:IsOwned(UIParent) will return 1. | ||