Searched refs:WM_SETICON (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinDialog.c2479 SendMessage(hwnd, WM_SETICON, ICON_SMALL,
2481 SendMessage(hwnd, WM_SETICON, ICON_BIG, (LPARAM) tsdPtr->hBigIcon);
H A DtkWinWm.c1140 SendMessage(hwnd, WM_SETICON, ICON_SMALL,
1142 SendMessage(hwnd, WM_SETICON, ICON_BIG,
2347 SendMessage(wmPtr->wrapper,WM_SETICON,ICON_SMALL,(LPARAM)hSmallIcon);
2350 SendMessage(wmPtr->wrapper,WM_SETICON,ICON_BIG,(LPARAM)hBigIcon);
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinDialog.c2718 SendMessage(hwnd, WM_SETICON, ICON_SMALL,
2720 SendMessage(hwnd, WM_SETICON, ICON_BIG,
H A DtkWinWm.c1082 SendMessage(hwnd, WM_SETICON, ICON_SMALL,
1084 SendMessage(hwnd, WM_SETICON, ICON_BIG,
2213 SendMessage(wmPtr->wrapper,WM_SETICON,ICON_SMALL,(LPARAM)hSmallIcon);
2216 SendMessage(wmPtr->wrapper,WM_SETICON,ICON_BIG,(LPARAM)hBigIcon);
/macosx-10.9.5/vim-53/src/
H A Dos_win32.c2032 hPrevIconSmall = (HICON)SendMessage(hWnd, WM_SETICON,
2035 hPrevIcon = (HICON)SendMessage(hWnd, WM_SETICON,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c5230 PostMessage (FRAME_W32_WINDOW (f), WM_SETICON, (WPARAM) ICON_BIG,
5235 PostMessage (FRAME_W32_WINDOW (f), WM_SETICON, (WPARAM) ICON_SMALL,
5212 PostMessage (FRAME_W32_WINDOW (f), WM_SETICON, (WPARAM) ICON_SMALL, local
H A Dmacterm.c5873 PostMessage (FRAME_W32_WINDOW (f), WM_SETICON, (WPARAM) ICON_BIG,

Completed in 564 milliseconds