Mercurial > wow > hotcorners
comparison Libs/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua @ 17:3000eccbf1a0 v7.3.0.017
- ToC Update.
author | Tercio |
---|---|
date | Sat, 02 Sep 2017 14:10:48 -0300 |
parents | fc346da3afd9 |
children |
comparison
equal
deleted
inserted
replaced
16:6c64dd7f16a2 | 17:3000eccbf1a0 |
---|---|
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 |