Mercurial > wow > askmrrobot
comparison ui/Ui.lua @ 89:6bbe64d587b4 v42
Improved artifact/relic reading, gear display.
Now creates equipment manager sets when you use button or command to equip a set.
| author | yellowfive |
|---|---|
| date | Sun, 18 Sep 2016 21:24:08 -0700 |
| parents | 0515882856f1 |
| children | 177391341e26 |
comparison
equal
deleted
inserted
replaced
| 88:b3ff336fad77 | 89:6bbe64d587b4 |
|---|---|
| 188 local t = AceGUI:Create("AmrUiTabGroup") | 188 local t = AceGUI:Create("AmrUiTabGroup") |
| 189 t:SetLayout("None") | 189 t:SetLayout("None") |
| 190 t:SetTabs({ | 190 t:SetTabs({ |
| 191 {text=L.TabExportText, value="Export"}, | 191 {text=L.TabExportText, value="Export"}, |
| 192 {text=L.TabGearText, value="Gear"}, | 192 {text=L.TabGearText, value="Gear"}, |
| 193 {text=L.TabLogText, value="Log"}, | 193 --{text=L.TabLogText, value="Log"}, |
| 194 {text=L.TabTeamText, value="Team"}, | 194 {text=L.TabTeamText, value="Team"}, |
| 195 {text=L.TabOptionsText, value="Options"} | 195 {text=L.TabOptionsText, value="Options"} |
| 196 }) | 196 }) |
| 197 t:SetCallback("OnGroupSelected", onMainTabSelected) | 197 t:SetCallback("OnGroupSelected", onMainTabSelected) |
| 198 c:AddChild(t) | 198 c:AddChild(t) |
