View Single Post
02-26-17, 06:12 PM   #1
seyan777
An Aku'mai Servant
Join Date: Feb 2017
Posts: 35
Is there any utility library that has a snapping frame feature?

Howdy!

The title says pretty much all.

I'm looking for a library that offers a snapping frame feature.

For example, if FrameA's left side is close enough to FrameB's right side, set FrameA's point to

Code:
FrameA:SetPoint("LEFT", FrameB, "RIGHT", 0, 0);
and so on.

I'm pretty sure I have gone through every single library addons listed on Curse, but no luck

Details! has a similar feature to this, but was not easy to figure with

If there is no such library exists yet, what would be the best practice to achieve this?

I'm currently planning to go through the web and search about snapping window algorithm or something.

Any ideas, please?

Cheers!

Last edited by seyan777 : 02-26-17 at 06:16 PM.
  Reply With Quote