Changeset 1801 for trunk/src/user32/win32wbase.h
- Timestamp:
- Nov 21, 1999, 6:07:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1704 r1801 1 /* $Id: win32wbase.h,v 1.4 3 1999-11-11 13:17:32 sandervlExp $ */1 /* $Id: win32wbase.h,v 1.44 1999-11-21 17:07:52 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 94 94 ULONG MsgContextMenu(ULONG x,ULONG y); 95 95 96 VOID updateWindowStyle(DWORD oldExStyle,DWORD oldStyle); 97 96 98 virtual LONG SetWindowLongA(int index, ULONG value); 97 99 virtual ULONG GetWindowLongA(int index); … … 108 110 Win32WndClass *getWindowClass() { return windowClass; }; 109 111 110 112 DWORD getWindowContextHelpId() { return contextHelpId; }; 111 113 void setWindowContextHelpId(DWORD id){ contextHelpId = id; }; 112 114 … … 271 273 HWND hwndLinkAfter; 272 274 DWORD flags; 273 275 DWORD contextHelpId; 274 276 LONG lastHitTestVal; //Last value returned by WM_NCHITTEST handler 275 277
Note:
See TracChangeset
for help on using the changeset viewer.