View Single Post
09-22-14, 05:45 AM   #3
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
https://code.google.com/p/rothui/sou...n.lua&old=1281

Lua Code:
  1. <widget>:SetSwipeColor(r, g, b, [a])
  2. <widget>:SetSwipeTexture(file, [r, g, b, a])
  3. <widget>:SetDrawSwipe(boolean)
  4. --<widget>:SetEdgeColor(r, g, b, [a])
  5. <widget>:SetEdgeTexture(file, [r, g, b, a])
  6. <widget>:SetDrawEdge(boolean)
  7. <widget>:SetCooldown(start,duration)

Source: http://www.wowinterface.com/forums/s...ad.php?t=49501
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 09-22-14 at 05:51 AM.
  Reply With Quote