Ignore:
Timestamp:
Sep 26, 2002, 6:04:35 PM (23 years ago)
Author:
sandervl
Message:

WM_ADJUSTFRAMEPOS change for preventing z-order changes of child windows

File:
1 edited

Legend:

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

    r8629 r9297  
    1 /* $Id: windlg.cpp,v 1.34 2002-06-10 09:12:35 sandervl Exp $ */
     1/* $Id: windlg.cpp,v 1.35 2002-09-26 16:04:35 sandervl Exp $ */
    22/*
    33 * Win32 dialog apis for OS/2
     
    545545}
    546546//******************************************************************************
     547//Note: This implementation is correct, but it can't cope with z-order changes
     548//      of dialog controls. That's ok, since Windows can't either.
    547549//******************************************************************************
    548550HWND WIN32API GetNextDlgGroupItem( HWND hwndDlg, HWND hwndCtrl, BOOL fPrevious)
Note: See TracChangeset for help on using the changeset viewer.