Main(deDE)
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.
If you find _any_ bugs, feel free to submit them at
http://ckknight.wowinterface.com/portal.php?id=54&a=listbugs
If you want to request any features, feel free to submit your ideas at
http://ckknight.wowinterface.com/portal.php?id=54&a=listfeatures
Comments