projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
TestDestroy() is not const any more (warnings suppressed)
[wxWidgets.git]
/
include
/
wx
/
stubs
/
mdi.h
diff --git
a/include/wx/stubs/mdi.h
b/include/wx/stubs/mdi.h
index 1daec940083e68d3eff7c3e77af02cb293b14b84..6f9fc294e2abc327cd4b3eef69d407d54e92509b 100644
(file)
--- a/
include/wx/stubs/mdi.h
+++ b/
include/wx/stubs/mdi.h
@@
-57,6
+57,7
@@
public:
void OnSize(wxSizeEvent& event);
void OnActivate(wxActivateEvent& event);
void OnSize(wxSizeEvent& event);
void OnActivate(wxActivateEvent& event);
+ void OnSysColourChanged(wxSysColourChangedEvent& event);
void SetMenuBar(wxMenuBar *menu_bar);
void SetMenuBar(wxMenuBar *menu_bar);
@@
-84,6
+85,9
@@
public:
protected:
protected:
+ // TODO maybe have this member
+ wxMDIClientWindow *m_clientWindow;
+
DECLARE_EVENT_TABLE()
};
DECLARE_EVENT_TABLE()
};