moving wxframe inside main frame

Hi!
I’m trying to lock my child frame inside my main frame.
What i want to do is allow the child frame to move inside the main frame but not outside!
Thanks!

If you really mean moving a frame inside your main frame, look at the wxPython Demo under MDIWindows. That will do it.

But, as I understand it, that style hasn’t been popular in GUIs in quite a long time (does anyone known when it last was?). The AUI libraries in the Demo give you a more modern way to move windows around within the main frame.

Che

···

On Tue, Oct 29, 2013 at 8:15 AM, Betinho Belatini betinhohlw@gmail.com wrote:

Hi!
I’m trying to lock my child frame inside my main frame.

What i want to do is allow the child frame to move inside the main frame but not outside!
Thanks!