git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74699
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLIMPEXP_CORE wxDialogBase : public wxTopLevelWindow
{
public:
class WXDLLIMPEXP_CORE wxDialogBase : public wxTopLevelWindow
{
public:
- wxDialogBase() { Init(); }
virtual ~wxDialogBase() { }
// define public wxDialog methods to be implemented by the derived classes
virtual ~wxDialogBase() { }
// define public wxDialog methods to be implemented by the derived classes
static bool sm_layoutAdaptation;
private:
static bool sm_layoutAdaptation;
private:
- // common part of all ctors
- void Init();
-
// helper of GetParentForModalDialog(): returns the passed in window if it
// can be used as our parent or NULL if it can't
wxWindow *CheckIfCanBeUsedAsParent(wxWindow *parent) const;
// helper of GetParentForModalDialog(): returns the passed in window if it
// can be used as our parent or NULL if it can't
wxWindow *CheckIfCanBeUsedAsParent(wxWindow *parent) const;
wxDialogLayoutAdapter* wxDialogBase::sm_layoutAdapter = NULL;
bool wxDialogBase::sm_layoutAdaptation = false;
wxDialogLayoutAdapter* wxDialogBase::sm_layoutAdapter = NULL;
bool wxDialogBase::sm_layoutAdaptation = false;
-void wxDialogBase::Init()
+wxDialogBase::wxDialogBase()
{
m_returnCode = 0;
m_affirmativeId = wxID_OK;
{
m_returnCode = 0;
m_affirmativeId = wxID_OK;