View Single Post
11-26-23, 10:35 AM   #4
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,894
Yes. Were you see self in the function arguments of a SetScript that will be a reference to the frame itself. In this case, self is the button and the :GetParent() being the buttons parent frame (LastLoginTrackerFrame), set as the third parameter of CreateFrame()

Widget API
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 11-26-23 at 10:38 AM.
  Reply With Quote