View Single Post
11-24-14, 12:06 AM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
You can use frame:SetShown(). In combination with this, you can toggle a frame's visibility with the following line.
Code:
frame:SetShown(not frame:IsShown())
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 11-24-14 at 12:08 AM.
  Reply With Quote