EQL3_QuestLogTrackTracking:SetVertexColor(1, 0, 0);
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(EQL3_QUEST_WATCH_TOOLTIP, nil,nil, nil, nil, 1);
GameTooltip:Hide();
FauxScrollFrame_OnVerticalScroll(QUESTLOG_QUEST_HEIGHT, QuestLog_Update);
-- EQL_QuestLog_OnEvent(event);
-- EQL_QuestLog_OnLoad();
QuestLog_OnShow();
QuestLog_OnHide();
-- EQL_QuestLog_OnUpdate(arg1);
return;
this:StartMoving();
this:StopMovingOrSizing();
QuestLogFrame_LockCorner();
QuestMoneyFrame_OnLoad();
SmallMoneyFrame_OnLoad();
MoneyFrame_SetType("STATIC");
EQL3_QuestLogFrame:StartMoving();
EQL3_QuestLogFrame:StopMovingOrSizing();
QuestLogFrame_LockCorner();
EQL_QuestLog_OnEvent(event);
EQL_QuestLog_OnLoad();
-- Lame method to find the longest string.. xD
local temp = EQL3_Organize_Popup_ResetAll_Text:GetWidth();
if(EQL3_Organize_Popup_Reset_Text:GetWidth() > temp) then
temp = EQL3_Organize_Popup_Reset_Text:GetWidth();
end
if(EQL3_Organize_Popup_Move_Text:GetWidth() > temp) then
temp = EQL3_Organize_Popup_Move_Text:GetWidth();
end
if(EQL3_Organize_Popup_Track_Text:GetWidth() > temp) then
temp = EQL3_Organize_Popup_Track_Text:GetWidth();
end
EQL3_Organize_Popup_Track_Text:SetText(EQL3_POPUP_UNTRACK);
if(EQL3_Organize_Popup_Track_Text:GetWidth() > temp) then
temp = EQL3_Organize_Popup_Track_Text:GetWidth();
end
EQL3_Organize_Popup_Move:SetWidth(temp);
EQL3_Organize_Popup_Reset:SetWidth(temp);
EQL3_Organize_Popup_ResetAll:SetWidth(temp);
EQL3_Organize_Popup:SetWidth(temp+(20 / GetCVar("UIScale")));
this:SetBackdropBorderColor(TOOLTIP_DEFAULT_COLOR.r, TOOLTIP_DEFAULT_COLOR.g, TOOLTIP_DEFAULT_COLOR.b);
this:SetBackdropColor(TOOLTIP_DEFAULT_BACKGROUND_COLOR.r, TOOLTIP_DEFAULT_BACKGROUND_COLOR.g, TOOLTIP_DEFAULT_BACKGROUND_COLOR.b, 1.0);
EQL3_Organize_Popup:Hide();