this:RegisterForDrag("LeftButton");
Necrosis_OnDragStart(NecrosisGeneralFrame);
Necrosis_OnDragStop(NecrosisGeneralFrame);
Necrosis_OnDragStop(NecrosisGeneralFrame);
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu1);
GameTooltip:Hide();
NecrosisGeneralTab_OnClick(1);
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu2);
GameTooltip:Hide();
NecrosisGeneralTab_OnClick(2);
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu3);
GameTooltip:Hide();
NecrosisGeneralTab_OnClick(3);
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu4);
GameTooltip:Hide();
NecrosisGeneralTab_OnClick(4);
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(NECROSIS_CONFIGURATION.Menu5);
GameTooltip:Hide();
NecrosisGeneralTab_OnClick(5);