Changeset 6970 for trunk/src


Ignore:
Timestamp:
Oct 9, 2001, 1:24:43 AM (24 years ago)
Author:
phaller
Message:

added further messages

File:
1 edited

Legend:

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

    r3488 r6970  
    1 /* $Id: wndmsg.cpp,v 1.15 2000-05-03 18:35:56 sandervl Exp $ */
     1/* $Id: wndmsg.cpp,v 1.16 2001-10-08 23:24:43 phaller Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    6767        0},
    6868    { "WM_KILLFOCUS", WM_KILLFOCUS,                         // 0x0008
     69        0},
     70    { "WM_SETVISIBLE", WM_SETVISIBLE,                       // 0x0009
    6971        0},
    7072    { "WM_ENABLE", WM_ENABLE,                               // 0x000A
     
    440442    { "STM_GETICON", STM_GETICON,                           // 0x0171
    441443        MTF_TYPE_STM},
     444    { "STM_SETIMAGE", STM_SETIMAGE,                         // 0x0172
     445        MTF_TYPE_STM},
     446    { "STM_GETIMAGE", STM_GETIMAGE,                         // 0x0173
     447        MTF_TYPE_STM},
    442448    { "LB_ADDSTRING", LB_ADDSTRING,                         // 0x0180
    443449        MTF_TYPE_LB},
     
    509515        MTF_TYPE_LB},
    510516    { "LB_FINDSTRINGEXACT", LB_FINDSTRINGEXACT,             // 0x01A2
     517        MTF_TYPE_LB},
     518    { "LB_CARETON", LB_CARETON,                             // 0x01A3
     519        MTF_TYPE_LB},
     520    { "LB_CARETOFF", LB_CARETOFF,                           // 0x01A4
    511521        MTF_TYPE_LB},
    512522    { "LB_SETLOCALE", LB_SETLOCALE,                         // 0x01A5
Note: See TracChangeset for help on using the changeset viewer.