Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
is here anybody could tell me how to design C::B like window step by step?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: is here anybody could tell me how to design C::B like window step by step? (Read 4498 times)
creatxr
Multiple posting newcomer
Posts: 28
is here anybody could tell me how to design C::B like window step by step?
«
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]
«
Last Edit: June 22, 2007, 06:21:55 am by creatxr
»
Logged
rickg22
Lives here!
Posts: 2283
Re: is here anybody could tell me how to design C::B like window step by step?
«
Reply #1 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.
Logged
David Perfors
Developer
Lives here!
Posts: 560
Re: is here anybody could tell me how to design C::B like window step by step?
«
Reply #2 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
Logged
OS:
winXP
Compiler:
mingw
IDE:
Code::Blocks SVN
WX:
2.8.4
Wish list:
faster code completion, easier debugging, refactoring
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
is here anybody could tell me how to design C::B like window step by step?