is here anybody could tell me how to design C::B like window step by step?
please give me source code design wxSmith.
thanks very much.
I only can design the window below.
[attachment deleted by admin]
creatxr: Code::Blocks uses wxAUI, a wxWidgets library to handle detachable windows. Perhaps you should look into that.
And take a look to the source code of C::B. It helped me to figure how it was done :)