// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "choice.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
const wxValidator& validator,
const wxString& name)
{
- Init();
-
// initialize wxControl
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
return false;