GlueDropDownMenu_Initialize(self, AddonListCharacterDropDown_Initialize);
GlueDropDownMenu_SetSelectedValue(self, ALL);
local btn = _G[self:GetName().."Button"];
btn:ClearAllPoints();
btn:SetPoint("RIGHT", self, "RIGHT", -40, 0);
btn:SetSize(14, 14);
btn:SetNormalTexture("Interface\\ChatFrame\\UI-ChatIcon-ScrollDown-Up");
local text = _G[self:GetName().."Text"];
text:ClearAllPoints();
text:SetPoint("LEFT", self, "LEFT", 8, 1);
text:SetPoint("RIGHT", btn, "LEFT", -15, -2);
_G[self:GetName().."Left"]:Hide();
_G[self:GetName().."Middle"]:Hide();
_G[self:GetName().."Right"]:Hide();
AddonList_OnCancel();
if ( IsAddonVersionCheckEnabled() ) then
self:SetChecked(0);
else
self:SetChecked(1);
end
if ( self:GetChecked() ) then
SetAddonVersionCheck(0);
else
SetAddonVersionCheck(1);
end
AddonList_Update();
AddonListScrollFrame_OnVerticalScroll(self, offset);
local character = GlueDropDownMenu_GetSelectedValue(AddonCharacterDropDown);
if ( character == ALL ) then
character = nil;
end
DisableAllAddOns(character);
AddonList_Update();
local character = GlueDropDownMenu_GetSelectedValue(AddonCharacterDropDown);
if ( character == ALL ) then
character = nil;
end
EnableAllAddOns(character);
AddonList_Update();
AddonList_OnCancel();
AddonList_OnOk();
AddonList_OnLoad(self);
AddonList_OnKeyDown(key);
AddonList_OnShow();
self:SetBackdropBorderColor(1.0, 1.0, 1.0);
self:SetBackdropColor(0.09, 0.09, 0.19 );
AddonDialog_OnClick(self:GetID());
self:Raise();
AddonDialog_OnKeyDown(key);