// Author: Stefan Csomor
// Modified by:
// Created: 08.02.01
-// RCS-ID: $Id$
// Copyright: (c) 2004 Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
protected:
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
- virtual wxSize DoGetBestSize() const;
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxCheckBoxNameStr);
-protected:
- virtual wxSize DoGetBestSize() const;
-
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxBitmapToggleButton)
};