Searched defs:wm_msg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextArea.cpp542 UINT wm_msg = WM_VSCROLL; local
547 wm_msg = WM_HSCROLL;
556 ::SendMessage(hWnd, wm_msg,
571 if ((wm_msg == WM_VSCROLL)
585 ::SendMessage(hWnd, wm_msg,

Completed in 473 milliseconds