Ignore:
Timestamp:
Sep 3, 1999, 5:09:46 PM (26 years ago)
Author:
sandervl
Message:

MDI child/client changes

File:
1 edited

Legend:

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

    r750 r808  
    1 /* $Id: win32wbase.h,v 1.2 1999-08-31 10:36:23 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.3 1999-09-03 15:09:45 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    157157         BOOL   SetWindowText(LPSTR lpsz);
    158158          BOOL  hasWindowName(LPSTR wndname, BOOL fUnicode = 0);
     159Win32WndClass  *getClass()  { return windowClass; };
     160        char   *getWindowNameA()              { return windowNameA; };
     161Win32BaseWindow *getOwner()                   { return owner; };
    159162
    160163       LRESULT  SendMessageA(ULONG msg, WPARAM wParam, LPARAM lParam);
     
    167170         void   NotifyParent(UINT Msg, WPARAM wParam, LPARAM lParam);
    168171
    169 Win32WndClass  *getClass()  { return windowClass; };
    170 
    171172    static HWND FindWindowEx(HWND hwndParent, HWND hwndChildAfter, LPSTR lpszClass, LPSTR lpszWindow,
    172173                             BOOL fUnicode = 0);
     
    199200       LRESULT  SendInternalMessageW(ULONG msg, WPARAM wParam, LPARAM lParam);
    200201        void    Init();
    201 
    202         char   *getWindowNameA()              { return windowNameA; };
    203202
    204203        HWND    OS2Hwnd;
Note: See TracChangeset for help on using the changeset viewer.