Ignore:
Timestamp:
Oct 24, 1999, 1:05:05 AM (26 years ago)
Author:
sandervl
Message:

Combobox + windowpos changes + fixes

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32

    • Property svn:ignore set to
      user32.lrf
      user32exp.def
      resource.asm
  • trunk/src/user32/edit.cpp

    r1368 r1425  
    1 /* $Id: edit.cpp,v 1.6 1999-10-20 06:38:09 sandervl Exp $ */
     1/* $Id: edit.cpp,v 1.7 1999-10-23 23:04:33 sandervl Exp $ */
    22/*
    33 *      Edit control
     
    1414/*
    1515 *      please read EDIT.TODO (and update it when you change things)
    16   CB:
    17    - OS/2 menu not implemented (WM_CONTEXTMENU)
    1816 */
    1917
     
    26702668static void EDIT_WM_ContextMenu(HWND hwnd, EDITSTATE *es, HWND hwndBtn, INT x, INT y)
    26712669{
    2672 //CB: implement native menu!
    26732670        HMENU menu = LoadMenuA(GetModuleHandleA("USER32"), "EDITMENU");
    26742671        HMENU popup = GetSubMenu(menu, 0);
Note: See TracChangeset for help on using the changeset viewer.