Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: hou on April 10, 2008, 11:26:48 AM

Title: Where is the groupbox in CB?
Post by: hou on April 10, 2008, 11:26:48 AM
Where is the groupbox in CB, I just find the StaticBox, but it can't contain other widgets, then cant move them together!
How to group widgets together?
Title: Re: Where is the groupbox in CB?
Post by: troels on April 10, 2008, 02:30:18 PM
wxStaticBoxSizer
If you are new to wxWidgets, here is the book (http://www.phptr.com/content/images/0131473816/downloads/0131473816_book.pdf)
Troels