lotrointerface.com
Search Downloads

LoTROInterface SVN SequenceBars

[/] [trunk/] [Thurallor/] [SequenceBars/] [EventTableControl.lua] - Rev 176

Go to most recent revision | Compare with Previous | Blame | View Log

EventTableControl = class(Thurallor.UI.TableControl);

function EventTableControl:Constructor(manager)
    Thurallor.UI.TableControl.Constructor(self);
    self.manager = manager;

    local prevContext = L:SetContext("/DirectoryWindow/EventTable");
    self:AddColumn("event", L:GetText("EventName"), 1, nil);
    self:AddColumn("triggers", L:GetText("TriggeredBy"), 1, nil);
    self:AddColumn("watchers", L:GetText("WatchedBy"), 1, nil);
    self:AddColumn("script", L:GetText("LuaScript"), 1, nil);
    L:SetContext(prevContext);
end

function EventTableControl:Localize()
-- to do
end

Go to most recent revision | Compare with Previous | Blame


All times are GMT -5. The time now is 02:05 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui