Ignore:
Timestamp:
Nov 21, 1999, 6:07:52 PM (26 years ago)
Author:
cbratschi
Message:

fixed window text handling

File:
1 edited

Legend:

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

    r1704 r1801  
    1 /* $Id: win32wbase.h,v 1.43 1999-11-11 13:17:32 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.44 1999-11-21 17:07:52 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    9494         ULONG  MsgContextMenu(ULONG x,ULONG y);
    9595
     96         VOID   updateWindowStyle(DWORD oldExStyle,DWORD oldStyle);
     97
    9698virtual  LONG   SetWindowLongA(int index, ULONG value);
    9799virtual  ULONG  GetWindowLongA(int index);
     
    108110 Win32WndClass *getWindowClass()                { return windowClass; };
    109111
    110          DWORD  getWindowContextHelpId()        { return contextHelpId; };
     112         DWORD  getWindowContextHelpId()        { return contextHelpId; };
    111113         void   setWindowContextHelpId(DWORD id){ contextHelpId = id; };
    112114
     
    271273         HWND   hwndLinkAfter;
    272274        DWORD   flags;
    273         DWORD   contextHelpId;
     275        DWORD   contextHelpId;
    274276        LONG    lastHitTestVal;         //Last value returned by WM_NCHITTEST handler
    275277
Note: See TracChangeset for help on using the changeset viewer.