projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set mouse cursor correctly over image map links in wxHTML.
[wxWidgets.git]
/
include
/
wx
/
generic
/
progdlgg.h
diff --git
a/include/wx/generic/progdlgg.h
b/include/wx/generic/progdlgg.h
index 7646649d4f65ddc81316591ea5cf28bbb27e5f88..4e3c3e183b5e2ec28eb774882a42ab672f6f78b3 100644
(file)
--- a/
include/wx/generic/progdlgg.h
+++ b/
include/wx/generic/progdlgg.h
@@
-121,6
+121,10
@@
protected:
// the dialog was shown
void ReenableOtherWindows();
// the dialog was shown
void ReenableOtherWindows();
+ // Set the top level parent we store from the parent window provided when
+ // creating the dialog.
+ void SetTopParent(wxWindow* parent);
+
// return the top level parent window of this dialog (may be NULL)
wxWindow *GetTopParent() const { return m_parentTop; }
// return the top level parent window of this dialog (may be NULL)
wxWindow *GetTopParent() const { return m_parentTop; }