Changeset 8985 for trunk/src/comctl32/tooltips.cpp
- Timestamp:
- Aug 12, 2002, 12:05:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/tooltips.cpp
r8382 r8985 2198 2198 DWORD dwExStyle = GetWindowLongA(hwnd,GWL_EXSTYLE); 2199 2199 2200 #ifdef __WIN32OS2__ 2201 //@@PF Win2K ignores TTS_ALWAYSTIP completely but I am still investigating 2202 //this, for now it is 100% to say all MFC apps set this attribute yet Win2k ignores it 2203 //completely be it toolbar or some other control. 2204 dwStyle &= ~TTS_ALWAYSTIP; 2205 #endif 2200 2206 dwStyle &= 0x0000FFFF; 2207 2208 2201 2209 dwStyle |= (WS_POPUP | WS_BORDER | WS_CLIPSIBLINGS); 2202 2210 SetWindowLongA(hwnd,GWL_STYLE,dwStyle);
Note:
See TracChangeset
for help on using the changeset viewer.