Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: creatxr on June 22, 2007, 06:11:09 am

Title: is here anybody could tell me how to design C::B like window step by step?
Post 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]
Title: Re: is here anybody could tell me how to design C::B like window step by step?
Post by: rickg22 on June 22, 2007, 06:39:11 am
creatxr: Code::Blocks uses wxAUI, a wxWidgets library to handle detachable windows. Perhaps you should look into that.
Title: Re: is here anybody could tell me how to design C::B like window step by step?
Post by: David Perfors on June 22, 2007, 09:37:02 am
And take a look to the source code of C::B. It helped me to figure how it was done :)