Changeset 7734 for trunk/src/user32/win32wbase.h
- Timestamp:
- Jan 7, 2002, 12:18:11 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r7446 r7734 1 /* $Id: win32wbase.h,v 1.13 5 2001-11-24 13:55:14sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.136 2002-01-07 11:18:11 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 166 166 ULONG MsgGetTextLength(); 167 167 void MsgGetText(char *wndtext, ULONG textlength); 168 VOID updateWindowStyle(DWORD oldExStyle,DWORD oldStyle);169 168 170 169 virtual LONG SetWindowLong(int index, ULONG value, BOOL fUnicode); … … 176 175 DWORD getOldStyle() { return dwOldStyle; }; 177 176 void setStyle(DWORD newstyle) { dwStyle = newstyle; }; 177 void setOldStyle(DWORD oldStyle) { dwOldStyle = oldStyle; }; 178 178 DWORD getExStyle() { return dwExStyle; }; 179 179 void setExStyle(DWORD newexstyle) { dwExStyle = newexstyle; }; … … 448 448 ULONG nrUserWindowBytes; 449 449 450 RECT rectWindow; //relative to parent450 RECT rectWindow; //relative to parent 451 451 RECT rectClient; //relative to frame 452 452 WINDOWPLACEMENT windowpos;
Note:
See TracChangeset
for help on using the changeset viewer.