How to create a new single wxPanel in the *.wxform?

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

How to create a new single wxPanel in the *.wxform?

Post by JenT »

Hi~
I am an new user for wxDev-C++
I can see create a new wxform and a new wxDailog for the file menu.
but I don't found create a new wxPanel for the file menu.
File menu->new menu->wxFrame or wxDialog, but don't wxPanel.

It is important for organizating a App.

Thank you for response.
jgrzybowski
Earned some good credits
Earned some good credits
Posts: 113
Joined: Sat Sep 24, 2011 9:32 pm
Location: Poland

Re: How to create a new single wxPanel in the *.wxform?

Post by jgrzybowski »

Select notebook-page *.wxform with your frame (wxFrame) or dialog (wxDialog) to see all tools of RAD. Then choose panel in Property Inspector window: Components -> Containers -> wxPanel and drop this panel on wxFrame, wxDialog or wxBoxSizer...
Regards
Jarek
Attachments
Components_Containers_wxPanel.JPG
Components_Containers_wxPanel.JPG (69.25 KiB) Viewed 2208 times
Post Reply