Ignore:
Timestamp:
Jul 30, 2002, 8:48:26 PM (23 years ago)
Author:
achimha
Message:

adding documentation

File:
1 edited

Legend:

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

    r8942 r8943  
    1 /* $Id: win32wbase.cpp,v 1.329 2002-07-30 18:20:42 achimha Exp $ */
     1/* $Id: win32wbase.cpp,v 1.330 2002-07-30 18:48:26 achimha Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    27632763        getParent()->addChild(this);
    27642764        fParentChange = TRUE;
     2765        // in case we haven't finished creating the window whose parent we're
     2766        // setting here, the OS/2 HWND might not exist yet and we call the PM
     2767        // API with a NULLHANDLE  - no problem
     2768        // when we create the OS/2 window lateron, we will create it with the
     2769        // right parent anyway.
    27652770        OSLibWinSetParent(getOS2FrameWindowHandle(), getParent()->getOS2WindowHandle());
    27662771        if(!(getStyle() & WS_CHILD))
Note: See TracChangeset for help on using the changeset viewer.