// InsertChild for wxFrame
//-----------------------------------------------------------------------------
// InsertChild for wxFrame
//-----------------------------------------------------------------------------
/* Callback for wxFrame. This very strange beast has to be used because
* C++ has no virtual methods in a constructor. We have to emulate a
* virtual function here as wxWidgets requires different ways to insert
/* Callback for wxFrame. This very strange beast has to be used because
* C++ has no virtual methods in a constructor. We have to emulate a
* virtual function here as wxWidgets requires different ways to insert
// ----------------------------------------------------------------------------
// wxFrame creation
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxFrame creation
// ----------------------------------------------------------------------------
// m_mainWidget holds the menubar, the toolbar and the client
// area, which is represented by m_wxwindow.
// m_mainWidget holds the menubar, the toolbar and the client
// area, which is represented by m_wxwindow.
m_frameMenuBar->m_x = xx;
m_frameMenuBar->m_y = yy;
m_frameMenuBar->m_width = ww;
m_frameMenuBar->m_x = xx;
m_frameMenuBar->m_y = yy;
m_frameMenuBar->m_width = ww;
gtk_pizza_set_size( GTK_PIZZA(m_mainWidget),
m_frameMenuBar->m_widget,
gtk_pizza_set_size( GTK_PIZZA(m_mainWidget),
m_frameMenuBar->m_widget,