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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp203 int itemHeight =(int)::SendMessage(GetHWnd(), CB_GETITEMHEIGHT, (UINT)0,0); local
208 return itemHeight*numItemsToShow + itemHeight/2;
H A Dawt_List.cpp279 LRESULT itemHeight = SendListMessage(LB_GETITEMHEIGHT, 0); local
301 SendListMessage(LB_SETITEMHEIGHT, 0, MAKELPARAM(itemHeight, 0));

Completed in 1662 milliseconds