comparison classes/MultiCastButton.lua @ 222:d08a74e86c96

un-namespace totem, pet, stance, vehicle exit
author Flick <flickerstreak@gmail.com>
date Sun, 21 Nov 2010 14:42:38 -0800
parents e63aefb8a555
children c4b134512c50
comparison
equal deleted inserted replaced
221:bb13624de7e1 222:d08a74e86c96
309 type = buttonTypeID, 309 type = buttonTypeID,
310 btnWidth = 36, 310 btnWidth = 36,
311 btnHeight = 36, 311 btnHeight = 36,
312 btnRows = 1, 312 btnRows = 1,
313 btnColumns = 6, 313 btnColumns = 6,
314 spacing = 3 314 spacing = 3,
315 buttons = { }
315 }, 316 },
316 317
317 barType = L["Totem Bar"], 318 barType = L["Totem Bar"],
318 }, 319 },
319 { __index = Action } ) 320 { __index = Action } )