Altoholic.TradeSkills.Recipes:ToggleAll(self)
Altoholic.TradeSkills.Recipes:Link_OnClick(self, button)
GameTooltip:SetOwner(self,"ANCHOR_TOPLEFT");
GameTooltip:SetText(LINK_TRADESKILL_TOOLTIP, nil, nil, nil, nil, 1);
GameTooltip:Show();
GameTooltip:Hide();
UIDropDownMenu_SetWidth(self, 100)
UIDropDownMenu_SetButtonWidth(self, 20)
UIDropDownMenu_Initialize(self, Altoholic.TradeSkills.Recipes.DropDownColor_Initialize)
UIDropDownMenu_SetSelectedValue(self, 0);
UIDropDownMenu_SetWidth(self, 120)
UIDropDownMenu_SetButtonWidth(self, 20)
UIDropDownMenu_Initialize(self, Altoholic.TradeSkills.Recipes.DropDownSubclass_Initialize)
UIDropDownMenu_SetSelectedValue(self, ALL_SUBCLASSES);
UIDropDownMenu_SetWidth(self, 120)
UIDropDownMenu_SetButtonWidth(self, 20)
UIDropDownMenu_Initialize(self, Altoholic.TradeSkills.Recipes.DropDownInvSlot_Initialize)
UIDropDownMenu_SetSelectedValue(self, ALL_INVENTORY_SLOTS);
FauxScrollFrame_OnVerticalScroll(self, offset, 18, Altoholic.TradeSkills.Recipes.Update)