wxFrames movement binding Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
4ggre5510n
Earned a small fee
Earned a small fee
Posts: 12
Joined: Sat Jan 14, 2012 10:34 pm

wxFrames movement binding

Post by 4ggre5510n »

Greetings!

Two quick question regarding the frame movement :
1. Is there any "predefined" ( other then manually handling wxEVT_MOVE ) way to move multiply frames at once, when one of them is moving?

2. Is there any "predefined" ( other then manually handling wxEVT_MOVE ) way to "glue" frame to a border of desktop or another frame edge, when the frame was moved close to the edge?
This is such a nice feature ( often implemented in various video players under MSW ) designed to allow user easy placement of a frame next to another ( or right on the edge of the screen ).

Thank you in advance for answers :)

Best regards!
User avatar
doublemax
Moderator
Moderator
Posts: 19115
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxFrames movement binding

Post by doublemax »

No and no, you have to implement that yourself.
Use the source, Luke!
Post Reply