make m_modalShowing private
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
66fd711bbb
commit
3623888929
@ -39,15 +39,13 @@ public:
|
|||||||
virtual void EndModal( int retCode );
|
virtual void EndModal( int retCode );
|
||||||
virtual bool IsModal() const;
|
virtual bool IsModal() const;
|
||||||
|
|
||||||
// implementation
|
|
||||||
// --------------
|
|
||||||
|
|
||||||
bool m_modalShowing;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// common part of all ctors
|
// common part of all ctors
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
|
bool m_modalShowing;
|
||||||
wxGUIEventLoop *m_modalLoop;
|
wxGUIEventLoop *m_modalLoop;
|
||||||
|
|
||||||
DECLARE_DYNAMIC_CLASS(wxDialog)
|
DECLARE_DYNAMIC_CLASS(wxDialog)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user