Searched refs:IDC_RULER (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/wordpad/ |
H A D | wordpad.h | 170 #define IDC_RULER 2015 macro
|
H A D | wordpad.c | 1913 0, 0, 200, 10, hReBarWnd, (HMENU)IDC_RULER, hInstance, NULL); in OnCreate() 2554 HWND hRulerWnd = GetDlgItem(hwndReBar, IDC_RULER); in OnSize() 2733 hRulerWnd = GetDlgItem(GetDlgItem(hMainWnd, IDC_REBAR), IDC_RULER); in WinMain()
|
H A D | print.c | 285 return GetDlgItem(GetDlgItem(hMainWnd, IDC_REBAR), IDC_RULER); in get_ruler_wnd()
|