comparison Libs/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua @ 51:dbf04157d63e v7.3.0.051

- ToC Update.
author Tercio
date Sat, 02 Sep 2017 12:42:52 -0300
parents 52973d00a183
children
comparison
equal deleted inserted replaced
50:e33a1e89084c 51:dbf04157d63e
1 --[[----------------------------------------------------------------------------- 1 --[[-----------------------------------------------------------------------------
2 InteractiveLabel Widget 2 InteractiveLabel Widget
3 -------------------------------------------------------------------------------]] 3 -------------------------------------------------------------------------------]]
4 local Type, Version = "InteractiveLabel", 20 4 local Type, Version = "InteractiveLabel", 21
5 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) 5 local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
6 if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end 6 if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
7 7
8 -- Lua APIs 8 -- Lua APIs
9 local select, pairs = select, pairs 9 local select, pairs = select, pairs