]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx.h
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
[wxWidgets.git] / include / wx / wx.h
index 53ce696f500af06ce75641879f0c2df0a948b4ec..62ba23fa15aa536c28d674fef0031528d98ff3c8 100644 (file)
 #include "wx/stream.h"
 #include "wx/memory.h"
 #include "wx/math.h"
+#include "wx/stopwatch.h"
+#include "wx/module.h"
+#include "wx/wxcrt.h"
+#include "wx/wxcrtvararg.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/gdiobj.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"
@@ -58,6 +65,7 @@
 #include "wx/settings.h"
 #include "wx/msgdlg.h"
 #include "wx/cmndata.h"
+#include "wx/dataobj.h"
 
 #include "wx/control.h"
 #include "wx/ctrlsub.h"