Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: creatxr on June 22, 2007, 06:11:09 am
-
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 :)