// Created: 2003/02/15
// RCS-ID: $Id:
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows license
+// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
return 0;
}
+wxSize wxRadioBox::DoGetBestSize() const
+{
+ return wxSize(50,50);
+}
+