Mercurial > wow > reaction
comparison modules/ReAction_PetAction/ReAction_PetAction.lua @ 108:b2fb8f7dc780
ButtonFacade support
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 07 Jan 2009 00:57:02 +0000 |
parents | ad49739d110d |
children |
comparison
equal
deleted
inserted
replaced
107:110ec60c7a66 | 108:b2fb8f7dc780 |
---|---|
493 end | 493 end |
494 ]]) | 494 ]]) |
495 | 495 |
496 KBAttach(self) | 496 KBAttach(self) |
497 | 497 |
498 -- attach to skinner | |
499 bar:SkinButton(self, | |
500 { | |
501 HotKey = self.hotkey, | |
502 } | |
503 ) | |
504 | |
498 self:Refresh() | 505 self:Refresh() |
499 self:SetKeybindMode(ReAction:GetKeybindMode()) | 506 self:SetKeybindMode(ReAction:GetKeybindMode()) |
500 | 507 |
501 return self | 508 return self |
502 end | 509 end |