Dcr:DisplayTooltip(self.ListTitle, self);
DcrDisplay_Tooltip:Hide();
if DecursiveInstallCorrupted then return end
Dcr.ListFrameTemplate_OnLoad(self);
self.UpdateYourself = true;
self.OnUpdate(self);
FauxScrollFrame_OnVerticalScroll(self, offset, 16, self:GetParent().ScrollUpdateFunc);
self.UpdateYourself = true;
self:GetParent().ScrollUpdateFunc(self)
Dcr:ListFrameScrollFrameTemplate_OnMouseWheel(self, delta);
if DecursiveInstallCorrupted then return end
Dcr.ListFrameTemplate_OnLoad(self);
self.ScrollUpdateFunc = Dcr.PrioSkipList_ScrollFrame_Update;
self.Priority = true;
self.ListTitle = Dcr.L["PRIORITY_LIST"];
_G[self:GetName().."Text"]:SetText(Dcr.L["STR_DCR_PRIO"]);
self.OnUpdate = Dcr.PrioSkipListFrame_OnUpdate;
self.ClearButtonText = Dcr.L["CLEAR_PRIO"];
self.ClearButtonTip = Dcr.L["BINDING_NAME_DCRPRCLEAR"];
self.ClearFunction = Dcr.ClearPriorityList;
self.CloseButtonTip = Dcr.L["BINDING_NAME_DCRPRSHOW"];
self.PopulateAddFunction = Dcr.AddUnitToPriorityList;
self.PopulateFrameTitle = Dcr.L["PRIORITY_LIST"];
self.AddTargetFunc = Dcr.AddTargetToPriorityList;
self.EntryOnclick = Dcr.PrioSkipListEntryTemplate_OnClick;
if DecursiveInstallCorrupted then return end
Dcr.ListFrameTemplate_OnLoad(self);
self.ScrollUpdateFunc = Dcr.PrioSkipList_ScrollFrame_Update;
self.Priority = false;
self.ListTitle = Dcr.L["SKIP_LIST_STR"];
_G[self:GetName().."Text"]:SetText(Dcr.L["STR_DCR_SKIP"]);
self.OnUpdate = Dcr.PrioSkipListFrame_OnUpdate;
self.ClearButtonText = Dcr.L["CLEAR_SKIP"];
self.ClearButtonTip = Dcr.L["BINDING_NAME_DCRSKCLEAR"];
self.ClearFunction = Dcr.ClearSkipList;
self.CloseButtonTip = Dcr.L["BINDING_NAME_DCRSKSHOW"];
self.PopulateAddFunction = Dcr.AddUnitToSkipList;
self.PopulateFrameTitle = Dcr.L["SKIP_LIST_STR"];
self.AddTargetFunc = Dcr.AddTargetToSkipList;
self.EntryOnclick = Dcr.PrioSkipListEntryTemplate_OnClick;
_G[self:GetName().."Title"]:SetText(Dcr.L["STR_QUICK_POP"]);