Searched refs:TB_GETITEMRECT (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | addressband.cpp | 540 SendMessage(fGoButton, TB_GETITEMRECT, 0, reinterpret_cast<LPARAM>(&buttonBounds)); in OnSize() 583 SendMessage(fGoButton, TB_GETITEMRECT, 0, reinterpret_cast<LPARAM>(&buttonBounds)); in OnWindowPosChanging()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | toolbar.c | 961 SendMessageA(hToolbar, TB_GETITEMRECT, i, &r); 1318 ok(SendMessageA(hToolbar, TB_GETITEMRECT, i, (LPARAM)&rc) == 1, "TB_GETITEMRECT\n"); \ 1650 SendMessageA(*phToolbar, TB_GETITEMRECT, 1, (LPARAM)&rect); in prepare_recalc_test() 1658 SendMessageA(hToolbar, TB_GETITEMRECT, 1, (LPARAM)&rect); in did_recalc() 1677 SendMessageA(hToolbar, TB_GETITEMRECT, 1, (LPARAM)&rect); in restore_recalc_state()
|
/reactos/sdk/include/reactos/ui/ |
H A D | rosctrls.h | 405 return SendMessageW(TB_GETITEMRECT, index, reinterpret_cast<LPARAM>(prcItem)); in GetItemRect()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 1308 SendMessage(hToolBar, TB_GETITEMRECT, 1, (LPARAM)&Rect); in MainWndProc()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1495 USM(TB_GETITEMRECT ,0),
|
/reactos/dll/win32/hhctrl.ocx/ |
H A D | help.c | 862 SendMessageW(info->WinType.hwndToolBar, TB_GETITEMRECT, index, (LPARAM) &rect); in DisplayPopupMenu()
|
/reactos/base/applications/wordpad/ |
H A D | wordpad.c | 2228 SendMessageW(hFormatBarWnd, TB_GETITEMRECT, itemidx, (LPARAM)&itemrc); in OnCommand()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 1133 #define TB_GETITEMRECT (WM_USER+29) macro
|
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 6953 case TB_GETITEMRECT: in ToolbarWindowProc()
|