Ignore:
Timestamp:
Jan 1, 2000, 3:37:35 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2269 r2289  
    1 /* $Id: win32wbase.h,v 1.62 1999-12-30 18:33:00 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.63 2000-01-01 14:37:35 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    194194         BOOL   SetWindowTextW(LPWSTR lpsz);
    195195         BOOL   hasWindowName(LPSTR wndname, BOOL fUnicode = 0);
     196         CHAR  *getWindowNamePtrA();
     197         WCHAR *getWindowNamePtrW();
     198         VOID   freeWindowNamePtr(PVOID namePtr);
     199         CHAR  *getWindowNameA()              { return windowNameA; }; //only for MDI windows!
     200         WCHAR *getWindowNameW()              { return windowNameW; }; //only for MDI windows!
    196201Win32WndClass  *getClass()  { return windowClass; };
    197         //CB: windowNameA isn't always the window name!
    198         char   *getWindowNameA()                    { return windowNameA; };
    199202Win32BaseWindow *getOwner()                         { return owner; };
    200203        void    setOwner(Win32BaseWindow *newOwner) { owner = newOwner; };
Note: See TracChangeset for help on using the changeset viewer.