]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
added the static function GetLabelText() to wxStaticText which was mentioned in the...
[wxWidgets.git] / src / stc / stc.cpp
index c7a5b60f890ff232a00282142568a051fa0c487f..dda75ca9d36af95fab7edb6d8adf564aee13fe03 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_STC
+
+#include "wx/stc/stc.h"
+#include "wx/stc/private.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/wx.h"
 #endif // WX_PRECOMP
 
 #include <ctype.h>
 
-#include "wx/wx.h"
 #include "wx/tokenzr.h"
 #include "wx/mstream.h"
 #include "wx/image.h"
 #include "wx/file.h"
 
-#include "wx/stc/stc.h"
 #include "ScintillaWX.h"
 
 //----------------------------------------------------------------------
@@ -3433,11 +3436,4 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event):
 //----------------------------------------------------------------------
 //----------------------------------------------------------------------
 
-
-
-
-
-
-
-
-
+#endif // wxUSE_STC