Changeset 2377 for trunk/src/user32/new/button.cpp
- Timestamp:
- Jan 8, 2000, 5:47:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/button.cpp
r2290 r2377 1 /* $Id: button.cpp,v 1.1 3 2000-01-01 14:57:08cbratschi Exp $ */1 /* $Id: button.cpp,v 1.14 2000-01-08 16:47:45 cbratschi Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 239 239 POINT pt; 240 240 241 if (style == BS_GROUPBOX) return 0;242 241 pt.x = LOWORD(lParam); 243 242 pt.y = HIWORD(lParam); … … 315 314 DWORD style = GetWindowLongA(hwnd,GWL_STYLE) & 0x0f; 316 315 317 if (style == BS_GROUPBOX) return HTTRANSPARENT;316 //if (style == BS_GROUPBOX) return HTTRANSPARENT; 318 317 319 318 return DefWindowProcA(hwnd,WM_NCHITTEST,wParam,lParam);
Note:
See TracChangeset
for help on using the changeset viewer.