Changeset 3663 for trunk/src/user32/win32wbase.h
- Timestamp:
- Jun 7, 2000, 11:45:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r3662 r3663 1 /* $Id: win32wbase.h,v 1.9 7 2000-06-07 14:51:31sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.98 2000-06-07 21:45:52 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 156 156 virtual BOOL isMDIClient(); 157 157 virtual BOOL isMDIChild(); 158 virtual BOOL isDesktopWindow(); 158 159 159 160 BOOL fHasParentDC() { return fParentDC; }; 160 161 161 162 Win32BaseWindow *getParent(); 162 void setParent(Win32BaseWindow *pwindow) { ChildWindow::SetParent((ChildWindow *)pwindow); };163 void setParent(Win32BaseWindow *pwindow) { setParentOfChild((ChildWindow *)pwindow); }; 163 164 WNDPROC getWindowProc() { return win32wndproc; }; 164 165 void setWindowProc(WNDPROC newproc) { win32wndproc = newproc; };
Note:
See TracChangeset
for help on using the changeset viewer.