]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textentry.h
Don't suppress accelerators that include Enter just because a tree control is focused
[wxWidgets.git] / include / wx / textentry.h
index 6643ceed5294bbd41b1980e67719720a8aacb41a..415eb8b188638a774e451843190c88edfeff8fae 100644 (file)
@@ -15,6 +15,8 @@
 // and should probably be replaced with int anyhow)
 typedef long wxTextPos;
 
+class WXDLLIMPEXP_FWD_BASE wxArrayString;
+
 // ----------------------------------------------------------------------------
 // wxTextEntryBase
 // ----------------------------------------------------------------------------
@@ -94,7 +96,7 @@ public:
     bool HasSelection() const;
     virtual wxString GetStringSelection() const;
 
-    
+
     // auto-completion
     // ---------------
 
@@ -205,6 +207,8 @@ private:
     #include "wx/gtk/textentry.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/textentry.h"
+#elif defined(__WXMOTIF__)
+    #include "wx/motif/textentry.h"
 #else
     // no platform-specific implementation of wxTextEntry yet
     class WXDLLIMPEXP_CORE wxTextEntry : public wxTextEntryBase