AxuItemMenus
From WoWWiki
WoWWiki Hosted AddOn Page
This article is a part of the documentation of the AxuItemMenus function library
AxuItemMenus is an AddOn that adds pop-up menus to item buttons in bags and the bank. It has an easy to use API for other AddOns to create new menu options in the pop-up menus. Below are some examples of using AxuItemMenus.
Downloadable from curse-gaming, wow guru and worldofwar.net.
Requires Ace.
Supports Cosmos, myAddOns, CT Mod, TitanModMenu, and some others too ...
AxuItemMenus API
- AxuItemMenus AddTestHook - Adds a menu option
- AxuItemMenus RemoveTestHook - Removes a menu option
- AxuItemMenus AddDynamicTestHook - Adds a dynamic menu option
- AxuItemMenus AddSpecial - Adds a menu option for one particular item
- AxuItemMenus RemoveSpecial - Removes a menu option for one particular item
Functions for use in hooks and menu initializer functions:
- AxuItemMenus CloseDropDownMenus - Closes the menus and resets state
- AxuItemMenus AddButton - Adds a button to a submenu
- AxuItemMenus AddSubMenu - Adds a subsubmenu to a submenu
AxuItemMenus Data and Datatypes
- Menu Button Info Table (datatype)
- AxuItemMenus_C and AxuItemMenus_I (global variables)
- AxuItemMenus class (global data structure)
- AxuItemMenus this (global data structure)
