void ResizeGripper();
private:
- wxWindow* m_oldFocus;
- bool m_endModalCalled; // allow for closing within InitDialog
+ // this function is used to adjust Z-order of new children relative to the
+ // gripper if we have one
+ void OnWindowCreate(wxWindowCreateEvent& event);
#if wxUSE_TOOLBAR && defined(__POCKETPC__)
wxToolBar* m_dialogToolBar;
WXHWND m_hGripper;
DECLARE_DYNAMIC_CLASS(wxDialog)
- DECLARE_NO_COPY_CLASS(wxDialog)
+ wxDECLARE_NO_COPY_CLASS(wxDialog);
};
#endif