Ignore:
Timestamp:
Jun 7, 2000, 11:45:52 PM (25 years ago)
Author:
sandervl
Message:

Set/GetParent changes/fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r3662 r3663  
    1 /* $Id: win32wbase.h,v 1.97 2000-06-07 14:51:31 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.98 2000-06-07 21:45:52 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    156156virtual  BOOL   isMDIClient();
    157157virtual  BOOL   isMDIChild();
     158virtual  BOOL   isDesktopWindow();
    158159
    159160         BOOL   fHasParentDC()                  { return fParentDC; };
    160161
    161162Win32BaseWindow *getParent();
    162          void   setParent(Win32BaseWindow *pwindow) { ChildWindow::SetParent((ChildWindow *)pwindow); };
     163         void   setParent(Win32BaseWindow *pwindow) { setParentOfChild((ChildWindow *)pwindow); };
    163164       WNDPROC  getWindowProc()                 { return win32wndproc; };
    164165         void   setWindowProc(WNDPROC newproc)  { win32wndproc = newproc; };
Note: See TracChangeset for help on using the changeset viewer.