]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Added SetSheetStyle to property sheet dialog to allow specification
[wxWidgets.git] / include / wx / textctrl.h
index 48e9ae640f795b2f3156bf0df3e3f128e52edb15..aa37d4ba96afcc4fdbc90c4a475859f3ed53cf0a 100644 (file)
@@ -422,8 +422,10 @@ protected:
     #include "wx/msw/textctrl.h"
 #elif defined(__WXMOTIF__)
     #include "wx/motif/textctrl.h"
-#elif defined(__WXGTK__)
+#elif defined(__WXGTK20__)
     #include "wx/gtk/textctrl.h"
+#elif defined(__WXGTK__)
+    #include "wx/gtk1/textctrl.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/textctrl.h"
 #elif defined(__WXCOCOA__)