Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jraven on June 23, 2010, 01:10:19 am

Title: Position a window in a view/perspective
Post by: jraven on June 23, 2010, 01:10:19 am
I am sure this has been asked/answered inumerable times.
The terms "window", "view"... are so general - I get answers about using C:B on windows... and so on.
Please post a link to the best explanation and I can take it from there.
I want to be able to open (for view) a windows (say debug breakpoints) and the add it to a sub window as a tabbed window
    Or place it over an sub-window which is not tabed yet, to make it into a tabed sub-windows (new windows being the second tab).
Thanks.
Title: Re: Position a window in a view/perspective
Post by: oBFusCATed on June 23, 2010, 09:36:04 am
You want to dock any window in any notebook (tab control)?

If that is what you want it is not possible, because wxAUI do not support this feature, unfortunately :(

If you want something else please explain better what do you want to achieve.