option stuff

This commit is contained in:
Hendrik Leppkes
2007-12-08 16:38:57 +00:00
parent cf182cdd74
commit ed969c26fe
3 changed files with 94 additions and 33 deletions
+8
View File
@@ -291,6 +291,14 @@ function Button:HideButton()
self.highlightTexture:SetTexture("")
end
function Button:ShowGrid()
end
function Button:HideGrid()
end
function Button:RegisterButtonEvents()
self:RegisterEvent("ACTIONBAR_SLOT_CHANGED")
self:RegisterEvent("PLAYER_ENTERING_WORLD")