WoWInterface SVN Critline

[/] [trunk/] [display.lua] - Diff between revs 2 and 8

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 8
Line 19... Line 19...
local function onDragStop(self)
local function onDragStop(self)
        local owner = self.owner
        local owner = self.owner
        owner:StopMovingOrSizing()
        owner:StopMovingOrSizing()
        local pos = owner.profile.pos
        local pos = owner.profile.pos
        pos.point, pos.x, pos.y = select(3, owner:GetPoint())
        pos.point, pos.x, pos.y = select(3, owner:GetPoint())
        print(pos.point, pos.x, pos.y)
 
end
end
 
 
local function onEnter(self)
local function onEnter(self)
        GameTooltip:SetOwner(self, "ANCHOR_TOPLEFT")
        GameTooltip:SetOwner(self, "ANCHOR_TOPLEFT")
        addon:ShowTooltip(self.tree)
        addon:ShowTooltip(self.tree)