Changeset 7338 for trunk/src/user32/win32wbase.h
- Timestamp:
- Nov 14, 2001, 3:36:06 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r7241 r7338 1 /* $Id: win32wbase.h,v 1.13 2 2001-10-28 10:38:14 sandervlExp $ */1 /* $Id: win32wbase.h,v 1.133 2001-11-14 14:36:03 phaller Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 318 318 CHAR *getWindowNameA() { return windowNameA; }; //only for MDI windows! 319 319 WCHAR *getWindowNameW() { return windowNameW; }; //only for MDI windows! 320 Win32WndClass *getClass() { return windowClass; }; 321 Win32BaseWindow *getOwner() { return owner; }; 320 int getWindowNameLength() { return windowNameLength; }; 321 Win32WndClass *getClass() { return windowClass; }; 322 Win32BaseWindow *getOwner() { return owner; }; 322 323 void setOwner(Win32BaseWindow *newOwner) { owner = newOwner; }; 323 324 … … 444 445 char *windowNameA; 445 446 WCHAR *windowNameW; 446 447 int windowNameLength; 448 447 449 char *userWindowBytes; 448 450 ULONG nrUserWindowBytes;
Note:
See TracChangeset
for help on using the changeset viewer.