// Purpose: wxGenericRichMessageDialog
// Author: Rickard Westerlund
// Created: 2010-07-04
-// RCS-ID: $Id$
// Copyright: (c) 2010 wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
m_detailsPane(NULL)
{ }
- virtual bool IsCheckBoxChecked() const
- {
- // This function can be called before the dialog is shown and hence
- // before the check box is created.
- return m_checkBox? m_checkBoxValue : m_checkBox->IsChecked();
- }
+ virtual bool IsCheckBoxChecked() const;
protected:
wxCheckBox *m_checkBox;