A library to provide an efficient, featureful tooltip-style display.
Handy features:
Infinite lines.
If there are too many buttons to view, you can scroll up and down.
1-4 columns
Category structure.
Well documented API
Lines function as buttons (clickable)
Checkboxes, Radio buttons.
Users:
TO INSTALL: Put the TabletLib folder into
\World of Warcraft\Interface\AddOns\
Developers:
Place the TabletLib.lua file into your AddOn's folder, then add TabletLib.lua to the .toc file.
Then, to access the library, in your code, write `local dew = TabletLib:GetInstance("1.0")`.
From that point on, you can access DewdroptLib's functions.