Ignore:
Timestamp:
Nov 3, 1999, 11:04:24 PM (26 years ago)
Author:
cbratschi
Message:

WM_CONTEXTMENU

File:
1 edited

Legend:

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

    r1576 r1583  
    1 /* $Id: win32wbase.cpp,v 1.74 1999-11-03 19:51:43 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.75 1999-11-03 22:04:22 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    12291229//******************************************************************************
    12301230//******************************************************************************
     1231ULONG  Win32BaseWindow::MsgContextMenu(ULONG x,ULONG y)
     1232{
     1233  return SendInternalMessageA(WM_CONTEXTMENU,Win32Hwnd,MAKELPARAM(x,y));
     1234}
     1235//******************************************************************************
     1236//******************************************************************************
    12311237BOOL Win32BaseWindow::isMDIClient()
    12321238{
Note: See TracChangeset for help on using the changeset viewer.