// Purpose: interface of wxChoice
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
*/
wxChoice();
- //@{
/**
Constructor, creating and showing a choice.
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxChoiceNameStr );
- //@}
/**
Destructor, destroying the choice item.