// Name: wx/gtk/radiobox.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
public:
// ctors and dtor
- wxRadioBox() { Init(); }
+ wxRadioBox() { }
wxRadioBox(wxWindow *parent,
wxWindowID id,
const wxString& title,
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr)
{
- Init();
-
Create( parent, id, title, pos, size, n, choices, majorDim, style, val, name );
}
const wxValidator& val = wxDefaultValidator,
const wxString& name = wxRadioBoxNameStr)
{
- Init();
-
Create( parent, id, title, pos, size, choices, majorDim, style, val, name );
}