-bool wxPanel::Create(wxWindow *parent, const wxWindowID id,
- const wxPoint& pos,
- const wxSize& size,
- const long style,
- const wxString& name)
-{
- bool ret = wxWindow::Create(parent, id, pos, size, style, name);
+// ----------------------------------------------------------------------------
+// wxPanel creation
+// ----------------------------------------------------------------------------