- Timestamp:
- Jan 2, 2000, 9:30:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2294 r2295 1 /* $Id: win32wbase.h,v 1.6 4 2000-01-02 20:20:02 sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.65 2000-01-02 20:30:22 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 197 197 BOOL SetWindowTextW(LPWSTR lpsz); 198 198 BOOL hasWindowName(LPSTR wndname, BOOL fUnicode = 0); 199 CHAR *getWindowNamePtrA(); 200 WCHAR *getWindowNamePtrW(); 201 VOID freeWindowNamePtr(PVOID namePtr); 202 CHAR *getWindowNameA() { return windowNameA; }; //only for MDI windows! 203 WCHAR *getWindowNameW() { return windowNameW; }; //only for MDI windows! 199 204 Win32WndClass *getClass() { return windowClass; }; 200 //CB: windowNameA isn't always the window name!201 char *getWindowNameA() { return windowNameA; };202 205 Win32BaseWindow *getOwner() { return owner; }; 203 206 void setOwner(Win32BaseWindow *newOwner) { owner = newOwner; };
Note:
See TracChangeset
for help on using the changeset viewer.