WoW:API GameTooltip SetOwner

From AddOn Studio
Revision as of 04:16, 3 March 2005 by WoWWiki>Xenoveritas
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GameTooltip:SetOwner -Documentation by Xenoveritas-


GameTooltip:SetOwner(owner, anchor);


Moves the game tooltip to a location based on the "owner" frame.


Arguments


(owner, "Anchor")
owner
Frame - Owner frame, which defines the element where the tooltip is centered on
anchor
String - a string that describes the anchor point, "ANCHOR_LEFT" anchors it to the left edge, "ANCHOR_RIGHT" anchors it to the right edge

Returns
Nothing?

Details


This only appears to be a convience method for setting the location of the tooltip, it doesn't seem to actually grant any "ownership" of the tooltip over anything else.

Template:WoW API