Lines Matching refs:htinfo
2483 TCHITTESTINFO htinfo; in show_tabline_popup_menu() local
2489 htinfo.pt.x = pt.x; in show_tabline_popup_menu()
2490 htinfo.pt.y = pt.y; in show_tabline_popup_menu()
2491 idx = TabCtrl_HitTest(s_tabhwnd, &htinfo); in show_tabline_popup_menu()
4738 TCHITTESTINFO htinfo; in _WndProc() local
4744 htinfo.pt.x = pt.x; in _WndProc()
4745 htinfo.pt.y = pt.y; in _WndProc()
4746 idx = TabCtrl_HitTest(s_tabhwnd, &htinfo); in _WndProc()
8092 TCHITTESTINFO htinfo; in GetTabFromPoint() local
8093 htinfo.pt = pt; in GetTabFromPoint()
8097 int idx = TabCtrl_HitTest(s_tabhwnd, &htinfo); in GetTabFromPoint()