Searched refs:_hwndrebar (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 245 _hwndrebar = CreateWindowEx(WS_EX_TOOLWINDOW, in MainFrameBase() 275 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)0, (LPARAM)&rbBand); in MainFrameBase() 321 MoveWindow(_hwndrebar, 0, 0, LOWORD(lparam), height, TRUE); in ProcessMessage() 336 SendMessage(_hwndrebar, WM_SIZE, 0, 0); in ProcessMessage() 367 SendMessage(_hwndrebar, WM_SYSCOLORCHANGE, 0, 0); in ProcessMessage() 519 if (_hwndrebar) { in resize_frame() 641 SendMessage(_hwndrebar, RB_SHOWBAND, band_idx, !vis); in toggle_child() 860 SendMessage(_hwndrebar, RB_SHOWBAND, 2, FALSE); in MDIMainFrame() 1197 if (_hwndrebar) { in resize_frame() 1543 if (_hwndrebar) { in resize_frame() [all …]
|
H A D | mainframe.h | 51 WindowHandle _hwndrebar; member
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | desktopbar.cpp | 129 _hwndrebar = CreateWindowEx(WS_EX_TOOLWINDOW, REBARCLASSNAME, NULL, in Init() 151 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand); in Init() 159 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand); in Init() 364 SendMessage(_hwndrebar, WM_SYSCOLORCHANGE, 0, 0); in WndProc() 404 if (_hwndrebar) in Resize() 405 …DeferWindowPos(hdwp, _hwndrebar, 0, _taskbar_pos, 1, cx-_taskbar_pos-(notifyarea_width+1), cy-2, S… in Resize()
|
H A D | desktopbar.h | 113 WindowHandle _hwndrebar; member
|