projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use wxStockCursor (as documented and as already implemented in wxMotif) instead of...
[wxWidgets.git]
/
include
/
wx
/
msw
/
dialog.h
diff --git
a/include/wx/msw/dialog.h
b/include/wx/msw/dialog.h
index cf91c11961f56365a05127c8434c1740f475c8c8..c9da9e53d27e9dcad2a27f730ce8223514388a95 100644
(file)
--- a/
include/wx/msw/dialog.h
+++ b/
include/wx/msw/dialog.h
@@
-116,6
+116,11
@@
protected:
void ResizeGripper();
private:
void ResizeGripper();
private:
+ // this function is used to adjust Z-order of new children relative to the
+ // gripper if we have one
+ void OnWindowCreate(wxWindowCreateEvent& event);
+
+
wxWindow* m_oldFocus;
bool m_endModalCalled; // allow for closing within InitDialog
wxWindow* m_oldFocus;
bool m_endModalCalled; // allow for closing within InitDialog