View Single Post
08-23-10, 02:16 PM   #2
Unkn
Premium Member
 
Unkn's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 258
Just make them intercept mouseclicks, and obviously assign a OnClick function to them. Something like...


OnClick = function(self, button)
if button == "LeftButton" then
Skada:ToggleWindow()
end
end,
The code in red. This is my Skada panel toggle.

Edited: Just edited to the needed stuffs.
__________________
"I'm very feminine. And I'll beat the crap out of ANYONE who disagrees!"

Last edited by Unkn : 08-25-10 at 08:25 AM.
  Reply With Quote