// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
return MSWCreateControl(wxT("BUTTON"), msStyle, pos, size, label, 0);
}
-void wxCheckBox::SetLabel(const wxString& label)
-{
- SetWindowText(GetHwnd(), label);
-}
wxSize wxCheckBox::DoGetBestSize() const
{