Quantcast

In addon:DisplayFrame(): Replaced self:GetRecipeTable() with self.recipe_list

Author torhal <torhal@dummy.example.com>
Author date 2009-09-21 03:57:54
Author local date 2009-09-21 03:57:54 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-09-21 03:57:54
Committer local date 2009-09-21 03:57:54 +0000
Commit 53259712cdadb4ec1c711a7771803eda0e3c83e9
Tree 7da401c00661519a04191f2e0b086ee52959290f
Parent 0f27518b28df7e062fc6c09448cd28db25f9f998
In addon:DisplayFrame(): Replaced self:GetRecipeTable() with self.recipe_list
Renamed SetRecipeButtonTooltip() and ClearRecipeButtonTooltip() to SetButtonScripts() and ClearButtonScripts(), and put them in a do-block as implementation functions for RecipeList_Update().
Made Button_OnLeave(), Bar_OnEnter(), and Bar_OnLeave() functions for use in SetButtonScripts() so as not to continually create anonymous functions.
Added highlighting of the currently moused-over recipe in the list.