wx.Frame Snap-To Functionality

I am creating a program that will require the creation of a Frame and multiple
mini-frames that will surround. I am trying to find some command that will allow
the mini-frames to snap together and also attach to the main frame (much like
Winamp does with its components). I was wondering if there was any built in
function that could do this- or will I just have to build the class that will
sense when the components get close, and then snap them together. Thanks for the
help.