View Single Post
09-10-09, 09:02 AM   #2
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
I would think that using this method could do what you want:
Frame:EnableMouse(enableFlag) - Set whether this frame will get mouse input
(http://www.wowwiki.com/Widget_API)

Edit:
I cannot remember (or test right now) if clicking a checkbox removes focus from a currently focused editbox. If not, you would have to add some code for that too, I guess.
  Reply With Quote