Mercurial > wow > reaction
comparison Bar.lua @ 108:b2fb8f7dc780
ButtonFacade support
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 07 Jan 2009 00:57:02 +0000 |
parents | 890e4c4ab143 |
children |
comparison
equal
deleted
inserted
replaced
107:110ec60c7a66 | 108:b2fb8f7dc780 |
---|---|
238 b:SetPoint("TOPLEFT",x/scale,y/scale) | 238 b:SetPoint("TOPLEFT",x/scale,y/scale) |
239 b:SetScale(scale) | 239 b:SetScale(scale) |
240 end | 240 end |
241 end | 241 end |
242 | 242 |
243 function Bar:SkinButton() | |
244 -- does nothing by default | |
245 end |