Ignore:
Timestamp:
Dec 14, 1999, 8:13:20 PM (26 years ago)
Author:
sandervl
Message:

MDI changes + WM_INITMENU support added + disabled experimental support for CS_PARENTDC style

File:
1 edited

Legend:

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

    r2033 r2076  
    1 /* $Id: win32wbase.h,v 1.52 1999-12-09 00:53:38 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.53 1999-12-14 19:13:20 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    9898         char  *MsgGetText();
    9999         ULONG  MsgContextMenu(ULONG x,ULONG y);
    100 
     100         void   MsgInitMenu(HWND hMenu);
    101101         VOID   updateWindowStyle(DWORD oldExStyle,DWORD oldStyle);
    102102
     
    121121virtual  BOOL   isMDIClient();
    122122virtual  BOOL   isMDIChild();
     123
     124         BOOL   fHasParentDC()                  { return fParentDC; };
    123125
    124126Win32BaseWindow *getParent();
     
    186188         BOOL   IsWindowVisible();
    187189         //Created with CreateWindowExA or ExW
    188          BOOL   IsUnicode()                     { return isUnicode; };
     190//         BOOL   IsUnicode()                   { return isUnicode; };
    189191         //Window procedure type
    190192         BOOL   IsWindowUnicode();     
     
    306308        BOOL    fCreated;
    307309        BOOL    fTaskList;              //should be listed in PM tasklist or not
     310        BOOL    fParentDC;
    308311
    309312        PVOID   pOldFrameProc;
Note: See TracChangeset for help on using the changeset viewer.