View Single Post
10-01-16, 01:02 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
If you have some old code that moves a frame, the only thing you should need to change is the name of the frame it moves. None of the API functions/methods related to moving/dragging frames has changed since its inception about a decade ago, but the names of some default UI frames have been changed.

You can use the "/fstack" command in-game to find the names of frames, and browse the default UI source code if you need help figuring out the hierarchy of children and regions.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote