projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implemented page close event for wxAuiNotebook
[wxWidgets.git]
/
include
/
wx
/
motif
/
mdi.h
diff --git
a/include/wx/motif/mdi.h
b/include/wx/motif/mdi.h
index 115e1205cb0e34e603169067f8a6a7d1ba25bd4e..e27da81e02ed5cedfdefa6e81fc563978808f44f 100644
(file)
--- a/
include/wx/motif/mdi.h
+++ b/
include/wx/motif/mdi.h
@@
-45,7
+45,7
@@
public:
Create(parent, id, title, pos, size, style, name);
}
Create(parent, id, title, pos, size, style, name);
}
- ~wxMDIParentFrame();
+
virtual
~wxMDIParentFrame();
bool Create(wxWindow *parent,
wxWindowID id,
bool Create(wxWindow *parent,
wxWindowID id,
@@
-129,7
+129,7
@@
public:
Create(parent, id, title, pos, size, style, name);
}
Create(parent, id, title, pos, size, style, name);
}
- ~wxMDIChildFrame();
+
virtual
~wxMDIChildFrame();
bool Create(wxMDIParentFrame *parent,
wxWindowID id,
bool Create(wxMDIParentFrame *parent,
wxWindowID id,
@@
-219,7
+219,7
@@
public:
CreateClient(parent, style);
}
CreateClient(parent, style);
}
- ~wxMDIClientWindow();
+
virtual
~wxMDIClientWindow();
// Note: this is virtual, to allow overridden behaviour.
virtual bool CreateClient(wxMDIParentFrame *parent, long style = wxVSCROLL | wxHSCROLL);
// Note: this is virtual, to allow overridden behaviour.
virtual bool CreateClient(wxMDIParentFrame *parent, long style = wxVSCROLL | wxHSCROLL);