]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing includes after wxUniv merge
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 8 Jul 2001 19:03:21 +0000 (19:03 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 8 Jul 2001 19:03:21 +0000 (19:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

14 files changed:
src/motif/bmpbuttn.cpp
src/motif/button.cpp
src/motif/checkbox.cpp
src/motif/checklst.cpp
src/motif/choice.cpp
src/motif/control.cpp
src/motif/menu.cpp
src/motif/menuitem.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/scrolbar.cpp
src/motif/statbmp.cpp
src/motif/statbox.cpp
src/motif/window.cpp

index 374b8db63b83f11589caeac57a0262b787ced5f6..87bca5cdb15d0e8d38b3d078958e37a8e4830bb9 100644 (file)
@@ -17,6 +17,8 @@
 #define XtScreen XTSCREEN
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/bmpbuttn.h"
 
 #ifdef __VMS__
index eb0af12804e713b0301095b70e6a886f7c87d6c9..f9a139b0688da6648c0e2c9a7b8eca5428ecf21f 100644 (file)
@@ -17,6 +17,8 @@
 #define XtDisplay XTDISPLAY
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/button.h"
 #include "wx/utils.h"
 #include "wx/panel.h"
index f6226acfd4827bcf1e698a20f734dda2bf8fd443..613052ef21390c4878da7ca44dce3cbcda5ccdf8 100644 (file)
@@ -17,6 +17,8 @@
 #define XtDisplay XTDISPLAY
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/checkbox.h"
 #include "wx/utils.h"
 
index b609661ac9d71b86f258f8c73985a947100fe65f..740a1ad14b43eaa3a014f8451c319b0f3ccfc44c 100644 (file)
@@ -17,6 +17,8 @@
 #pragma implementation "checklst.h"
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/checklst.h"
 
 // ============================================================================
index a25d112e25548b6fc97b6052d69e3362d813bc29..9cfe04c8d15d5dcfdc5eb5ef1d5e3dedf20f486d 100644 (file)
@@ -18,7 +18,8 @@
 #define XtParent XTPARENT
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
+#include "wx/defs.h"
+
 #include "wx/choice.h"
 #include "wx/utils.h"
 
index c31dec797f2882be426cad8e3cfd2a38e39e2849..310c2c686195d0a412b4bc313d413d7f2e302c41 100644 (file)
@@ -13,6 +13,8 @@
 #pragma implementation "control.h"
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/control.h"
 #include "wx/panel.h"
 #include "wx/utils.h"
index 964bc73ac8988b2b6ccf102941b1c4519458c34d..ba16e31c36ace009051567032d760985bc2df390 100644 (file)
@@ -22,6 +22,8 @@
 // headers
 // ----------------------------------------------------------------------------
 
+#include "wx/defs.h"
+
 #include "wx/menu.h"
 #include "wx/menuitem.h"
 #include "wx/log.h"
index a3081a45f7c7b58226ff094549c26e4eb0dbaf86..bb464edeaecfe88deecfcbd700c704511f56fb52 100644 (file)
@@ -21,6 +21,8 @@
 // headers
 // ----------------------------------------------------------------------------
 
+#include "wx/defs.h"
+
 #include "wx/menu.h"
 #include "wx/menuitem.h"
 #include "wx/utils.h"
index 6d4d088da2612c83cc5c8984234fa254568f1dd7..96a2f01808434fbc4b5fba9da4492a39a48a41ef 100644 (file)
@@ -17,6 +17,8 @@
 #define XtDisplay XTDISPLAY
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/radiobox.h"
 #include "wx/utils.h"
 
index 2668796a3e04056631e4a07536e63935d5a2634a..9d77c21388a01c6b2de3990fcab1f57c2c86b104 100644 (file)
@@ -17,6 +17,8 @@
 #define XtDisplay XTDISPLAY
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/radiobut.h"
 #include "wx/utils.h"
 
index 655353e458cbe6eb037757b43620e49e6db85938..e0a15b4a4ccdbfdd788b6d2e74a4923c14f29987 100644 (file)
@@ -13,6 +13,8 @@
 #pragma implementation "scrolbar.h"
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/scrolbar.h"
 
 #ifdef __VMS__
index 3d35638883dc897a87809c70093988a292661f2e..49fe6c600a0382751105c0c7f31b732b4510214b 100644 (file)
@@ -13,6 +13,8 @@
 #pragma implementation "statbmp.h"
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/statbmp.h"
 
 #ifdef __VMS__
index b5012e9dce1618b393ff487196f1184693ab3a2b..4258f52c1c740cf8933dd2e92e1ebfd069e7f058 100644 (file)
@@ -17,6 +17,8 @@
 #define XtDisplay XTDISPLAY
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/statbox.h"
 #include "wx/utils.h"
 
index ba7350acb3729372804f170208a9e5c44d147232..c639ebf2107321e7f5abe12a6948fd865831c512 100644 (file)
@@ -1669,8 +1669,8 @@ bool wxWindow::ProcessAccelerator(wxKeyEvent& event)
         wxAcceleratorEntry* entry = & (entries[i]);
         if (entry->MatchesEvent(event))
         {
-            // Bingo, we have a match. Now find a control that matches the entry
-            // command id.
+            // Bingo, we have a match. Now find a control that matches the
+           // entry command id.
 
             // Need to go up to the top of the window hierarchy, since it might
             // be e.g. a menu item