]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
Add GdkEventKey declaration fix PCH-less build.
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 60e07203a7dbba84c55c2232433ec1f8e053c618..15e44703da8f8c49b5c14de8e285633493322f6c 100644 (file)
@@ -166,6 +166,10 @@ protected:
 
     virtual void DoSetValue(const wxString &value, int flags = 0);
 
+    // Override this to use either GtkEntry or GtkTextView IME depending on the
+    // kind of control we are.
+    virtual int GTKIMFilterKeypress(GdkEventKey* event) const;
+
     virtual wxPoint DoPositionToCoords(long pos) const;
 
     // wrappers hiding the differences between functions doing the same thing