Author Topic: is here anybody could tell me how to design C::B like window step by step?  (Read 4497 times)

Offline creatxr

  • Multiple posting newcomer
  • *
  • Posts: 28
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]
« Last Edit: June 22, 2007, 06:21:55 am by creatxr »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
creatxr: Code::Blocks uses wxAUI, a wxWidgets library to handle detachable windows. Perhaps you should look into that.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
And take a look to the source code of C::B. It helped me to figure how it was done :)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring