View Single Post
04/29/14, 08:02 PM   #2
Fathis Ules
Thief Guild Master
 
Fathis Ules's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 42
why dont you just use

Lua Code:
  1. buttonname:SetHandler( "OnClicked" , function() toggleFunction(buttonname) end)

toggleFunction could be local and your handler will still be called
  Reply With Quote