Mercurial > wow > breuesk
view Options.lua @ 38:7bfbff27a3d7
"Working" list display using a TreeGroup control. There's a small limitation where I can't accurately detect which subtree is open unless the user has made a selection in that tab. Not sure I love that.
Loot lists are displayed with colored names. People not in the raid are grayed out.
author | John@Doomsday |
---|---|
date | Wed, 14 Mar 2012 08:31:31 -0400 |
parents | 21c58930f74e |
children | 72055fc7e115 |
line wrap: on
line source
bsk.options = { name= 'bsk', type = 'group', args = { version = { type = "execute", name = "Version query", desc = "Check others' versions", func = function(self) self:Print("TODO") end } } }