- Addons
- 195,391
Description
A library to provide a clean dropdown menu interface.
Handy features:
Infinite levels.
Infinite buttons per level.
Efficient design and API.
Documented API.
Sliders as a level in its own right.
Scrollable menus.
Users:
TO INSTALL: Put the DewdroptLib folder into
\World of Warcraft\Interface\AddOns\
Developers:
Place the DewdroptLib.lua file into your AddOn's folder, then add DewdroptLib.lua to the .toc file.
Then, to access the library, in your code, write `local dew = DewdroptLib:GetInstance("1.0")`.
From that point on, you can access DewdroptLib's functions.