Changeset 397 for trunk/src/user32/new/win32wnd.h
- Timestamp:
- Jul 26, 1999, 11:01:34 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wnd.h
r392 r397 1 /* $Id: win32wnd.h,v 1. 19 1999-07-25 15:51:56sandervl Exp $ */1 /* $Id: win32wnd.h,v 1.20 1999-07-26 09:01:34 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Code for OS/2 … … 96 96 ULONG getWindowHeight() { return rectClient.bottom - rectClient.top; }; 97 97 BOOL isChild(); 98 PRECT getClientRect() { return &rectClient; }; 99 PRECT getWindowRect() { return &rectWindow; }; 98 100 99 101 DWORD getFlags() { return flags; };
Note:
See TracChangeset
for help on using the changeset viewer.