projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
GUI thread update and event corrections.
[wxWidgets.git]
/
include
/
wx
/
textctrl.h
diff --git
a/include/wx/textctrl.h
b/include/wx/textctrl.h
index 279d9160a85eb1474302f8b559d2714c0e2b1e43..5e7d35a11f9a87966e79a8a865c845e9ac7eff88 100644
(file)
--- a/
include/wx/textctrl.h
+++ b/
include/wx/textctrl.h
@@
-15,6
+15,9
@@
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
+#ifdef __GNUG__
+ #pragma interface "textctrlbase.h"
+#endif
#include "wx/defs.h"
#include "wx/control.h" // the base class
#include "wx/defs.h"
#include "wx/control.h" // the base class
@@
-29,7
+32,7
@@
#ifndef NO_TEXT_WINDOW_STREAM
#if wxUSE_STD_IOSTREAM
#ifndef NO_TEXT_WINDOW_STREAM
#if wxUSE_STD_IOSTREAM
- #include "ioswrap.h" // for iostream classes if we need them
+ #include "
wx/
ioswrap.h" // for iostream classes if we need them
#else // !wxUSE_STD_IOSTREAM
// can't compile this feature in if we don't use streams at all
#define NO_TEXT_WINDOW_STREAM
#else // !wxUSE_STD_IOSTREAM
// can't compile this feature in if we don't use streams at all
#define NO_TEXT_WINDOW_STREAM