Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: benyelloul on December 10, 2006, 12:37:35 pm

Title: How does C::B (nightly builts) implement the docking panels?
Post by: benyelloul on December 10, 2006, 12:37:35 pm
Hello I'd like to know how the docking panels (similar to those of Visual Studio) are implemented in C::B?
(e.g is there a WxWidgets class to do that?)

Thanks in advance..

-- Anis Benyelloul
Title: Re: How does C::B (nightly builts) implement the docking panels?
Post by: David Perfors on December 10, 2006, 01:47:27 pm
Yes there is a wxWidgets class. It is called wxAUI. In wx2.7+ it is integrated.