Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Currencies

Travis edited this page Jul 8, 2018 · 4 revisions

Creates a group of buttons that display the tracked currencies.

Example:

local Bags = LibContainer:New('bags', 'MyBags')
Bags:SetPoint('CENTER')
Bags:On('PostCreateContainer', function(Container)
    local Currencies = Container:AddWidget('Currencies')
    Currencies:SetPoint('BOTTOMLEFT')
    Currencies:SetSize(1, 20)
end)
Clone this wiki locally