< prev index next >

jdk/src/java.desktop/windows/native/libawt/windows/awt_TextField.h

Print this page

        

@@ -51,10 +51,11 @@
     MsgRouting HandleEvent(MSG *msg, BOOL synthetic);
 
     virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
     // invoked on Toolkit thread
     static void _SetEchoChar(void *param);
+    int RemoveEOL(WCHAR *pStr);
 
 protected:
 
 private:
     void EditSetSel(CHARRANGE &cr);
< prev index next >