View Single Post
03-26-21, 03:55 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
nUI hooks into various functions after Blizzard does its stuff to move things back to where we want them.

-- Reparent, move and allow user placement changes made here
hooksecurefunc("UpdateMicroButtonsParent",....)

-- Used for scaling buttons to our chosen size
hooksecurefunc("MoveMicroButtons", ...)

-- Used to adjust placement of the arrow tip added to "MicroButtons" info system
hooksecurefunc(HelpTip,"Show",....)

Not sure if any of them will help you with what you want to do but you never know.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote