-wxControl::wxControl(void)
-{
- m_label = "";
- m_needParent = TRUE;
-};
-
-wxControl::wxControl( wxWindow *parent, wxWindowID id,
- const wxPoint &pos, const wxSize &size,
- long style, const wxString &name ) :
- wxWindow( parent, id, pos, size, style, name )