WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Dropdown
    from Rev 167 to Rev 168
    Reverse comparison

Rev 167 → Rev 168

PhanxConfig-Dropdown.lua
3,10 → 3,19
Simple color picker widget generator.
Based on tekKonfig-Dropdown by Tekkub.
Requires LibStub.
 
Written by Phanx <addons@phanx.net>
https://github.com/phanx/PhanxConfigWidgets
 
This library is not intended for use by other authors. Absolutely no
support of any kind will be provided for other authors using it, and
its internals may change at any time without notice.
This is free and unencumbered software released into the public domain.
 
However, if you make any modifications, you are strongly encouraged
to give your version a different name, so that you do not break
addons using the original version, or vice versa.
 
And finally, I wrote this library for my own use in my own addons.
No support of any kind will be provided for use by anyone else,
and its internals may change at any time without any warning.
----------------------------------------------------------------------]]
 
local MINOR_VERSION = tonumber(strmatch("$Revision$", "%d+"))
22,8 → 31,7
container:OnEnter()
elseif container.tooltipText then
GameTooltip:SetOwner(container, "ANCHOR_RIGHT")
GameTooltip:AddLine(container.tooltipText, 1, 1, 1, true)
GameTooltip:Show()
GameTooltip:SetText(container.tooltipText, nil, nil, nil, nil, true)
end
end