I was wondering if is there a way to prevent pane "stacking" with wxAUI. I mean in this way:
- Code: Select all
This is ok:
+---+------------+---+
| | | |
| 1 | Main | 2 |
| | | |
+---+------------+---+
This is also ok:
+------------+---+---+
| | | |
| Main | 1 | 2 |
| | | |
+------------+---+---+
This is _not_ ok (for a particular app):
+----------------+---+
| | 1 |
| Main +---+
| | 2 |
+----------------+---+
Thank you a lot for every suggestion. Keep up the great work!
Andrea.