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;