Changeset 1361 for trunk/src


Ignore:
Timestamp:
Oct 19, 1999, 8:02:08 PM (26 years ago)
Author:
sandervl
Message:

MDI changes

Location:
trunk/src/user32
Files:
2 edited

Legend:

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

    r1357 r1361  
    1 /* $Id: win32wmdiclient.cpp,v 1.7 1999-10-19 12:52:30 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.8 1999-10-19 18:02:08 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    4444                  frameTitle(NULL), mdiFlags(0), idFirstChild(0), hWindowMenu(0),
    4545                  sbRecalc(0),
    46                   Win32BaseWindow(lpCreateStructA, classAtom, isUnicode)
    47 {
     46                  Win32BaseWindow(OBJTYPE_WINDOW)
     47{
     48  Init();
     49  this->isUnicode = isUnicode;
     50  CreateWindowExA(lpCreateStructA, classAtom);
    4851}
    4952//******************************************************************************
  • trunk/src/user32/win32wmdiclient.h

    r1114 r1361  
    1 /* $Id: win32wmdiclient.h,v 1.2 1999-10-03 20:38:02 sandervl Exp $ */
     1/* $Id: win32wmdiclient.h,v 1.3 1999-10-19 18:02:08 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    5959        LRESULT destroyChild(Win32MDIChildWindow *child, BOOL flagDestroy );
    6060
     61        LRESULT setMDIMenu(HMENU hmenuFrame, HMENU hmenuWindow);
     62
    6163       LRESULT  MDIClientWndProc(UINT message, WPARAM wParam, LPARAM lParam);
    6264
Note: See TracChangeset for help on using the changeset viewer.