WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Slider
    from Rev 136 to Rev 137
    Reverse comparison

Rev 136 → Rev 137

PhanxConfig-Slider.lua
89,7 → 89,7
return self.labelText:GetText()
end
function methods:SetLabel(text)
return self.labelText:SetText(text)
self.labelText:SetText(text)
end
 
function methods:GetTooltipText()
99,10 → 99,6
self.tooltipText = text
end
 
function methods:SetFunction(func)
self.func = func
end
 
------------------------------------------------------------------------
 
local function EditBox_OnEnterPressed(self) -- print("OnEnterPressed SLIDER")