Searched refs:SetWindowFont (Results 1 – 7 of 7) sorted by relevance
/reactos/base/setup/reactos/ |
H A D | reactos.h | 55 SetWindowFont(GetDlgItem((hDlg), (nID)), (hFont), (bRedraw))
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.h | 117 SetWindowFont(_hwnd, GetStockFont(DEFAULT_GUI_FONT), FALSE); in Button()
|
H A D | desktopbar.cpp | 103 SetWindowFont(hwndStart, GetStockFont(ANSI_VAR_FONT), FALSE); in Init()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | pane.cpp | 134 SetWindowFont(hwnd, GetStockFont(DEFAULT_GUI_FONT), FALSE); in create_header() 157 SetWindowFont(_hwnd, _out_wrkr._hfont, FALSE); in init()
|
/reactos/base/applications/mspaint/ |
H A D | textedit.cpp | 360 SetWindowFont(m_hWnd, m_hFontZoomed, TRUE); in UpdateFont()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 897 SetWindowFont(hwnd_winver, GetStockFont(DEFAULT_GUI_FONT), FALSE); in ExplorerAboutDlg()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 533 #define SetWindowFont(hwnd,hfont,fRedraw) FORWARD_WM_SETFONT((hwnd),(hfont),(fRedraw),SNDMSG) macro
|