projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use wxRendererNative::DrawItemSelectionRect() to draw wxVListBox items background...
[wxWidgets.git]
/
include
/
wx
/
wx.h
diff --git
a/include/wx/wx.h
b/include/wx/wx.h
index 53ce696f500af06ce75641879f0c2df0a948b4ec..1aa2bb695fa83f2c19efb5493a1d87879836f9b8 100644
(file)
--- a/
include/wx/wx.h
+++ b/
include/wx/wx.h
@@
-28,16
+28,21
@@
#include "wx/stream.h"
#include "wx/memory.h"
#include "wx/math.h"
#include "wx/stream.h"
#include "wx/memory.h"
#include "wx/math.h"
+#include "wx/stopwatch.h"
+#include "wx/module.h"
#if wxUSE_GUI
#include "wx/window.h"
#if wxUSE_GUI
#include "wx/window.h"
+#include "wx/containr.h"
#include "wx/panel.h"
#include "wx/toplevel.h"
#include "wx/frame.h"
#include "wx/gdicmn.h"
#include "wx/panel.h"
#include "wx/toplevel.h"
#include "wx/frame.h"
#include "wx/gdicmn.h"
+#include "wx/gdiobj.h"
#include "wx/region.h"
#include "wx/bitmap.h"
#include "wx/region.h"
#include "wx/bitmap.h"
+#include "wx/image.h"
#include "wx/colour.h"
#include "wx/font.h"
#include "wx/dc.h"
#include "wx/colour.h"
#include "wx/font.h"
#include "wx/dc.h"
@@
-58,6
+63,7
@@
#include "wx/settings.h"
#include "wx/msgdlg.h"
#include "wx/cmndata.h"
#include "wx/settings.h"
#include "wx/msgdlg.h"
#include "wx/cmndata.h"
+#include "wx/dataobj.h"
#include "wx/control.h"
#include "wx/ctrlsub.h"
#include "wx/control.h"
#include "wx/ctrlsub.h"