Ignore:
Timestamp:
Nov 11, 1999, 2:17:33 PM (26 years ago)
Author:
sandervl
Message:

dlg fix, keyboard additions, + misc other things

File:
1 edited

Legend:

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

    r1693 r1704  
    1 /* $Id: win32wbase.h,v 1.42 1999-11-10 17:11:31 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.43 1999-11-11 13:17:32 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    107107         HWND   getOS2FrameWindowHandle()       { return OS2HwndFrame; };
    108108 Win32WndClass *getWindowClass()                { return windowClass; };
     109
     110         DWORD  getWindowContextHelpId()        { return contextHelpId; };
     111         void   setWindowContextHelpId(DWORD id){ contextHelpId = id; };
    109112
    110113         BOOL   isFrameWindow();
     
    268271         HWND   hwndLinkAfter;
    269272        DWORD   flags;
     273        DWORD   contextHelpId;
    270274        LONG    lastHitTestVal;         //Last value returned by WM_NCHITTEST handler
    271275
Note: See TracChangeset for help on using the changeset viewer.