Changeset 1114 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 3, 1999, 10:38:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1112 r1114 1 /* $Id: win32wbase.h,v 1.1 1 1999-10-03 20:13:04 achimhaExp $ */1 /* $Id: win32wbase.h,v 1.12 1999-10-03 20:38:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 107 107 108 108 BOOL isFrameWindow() { return OS2Hwnd != OS2HwndFrame; }; 109 virtual BOOL isMDIClient(); 110 109 111 Win32BaseWindow *getParent() { return (Win32BaseWindow *)ChildWindow::GetParent(); }; 110 112 void setParent(Win32BaseWindow *pwindow) { ChildWindow::SetParent((ChildWindow *)pwindow); }; … … 175 177 176 178 Win32BaseWindow *getTopParent(); 177 BOOL isMDIClient();178 179 SCROLLBAR_INFO *getScrollInfo(int nBar); 179 180 LONG setScrollInfo(int nBar, SCROLLINFO *info, int fRedraw);
Note:
See TracChangeset
for help on using the changeset viewer.