Ignore:
Timestamp:
Jul 21, 2002, 12:44:20 PM (23 years ago)
Author:
umoeller
Message:

Coupla fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/comctl.h

    r178 r189  
    381381
    382382    #define CHTN_ENTER                  1003
     383
     384    /*
     385     *@@ CHTN_SETFOCUS:
     386     *      WM_CONTROL notification code sent (!)
     387     *      by a chart control to its owner when
     388     *      gaining focus.
     389     *
     390     *      Parameters:
     391     *
     392     *      --  USHORT SHORT1FROMMP(mp1): usid (control ID).
     393     *      --  USHORT SHORT2FROMMP(mp1): CHTN_SETFOCUS.
     394     *
     395     *      --  mp2: pointer to EMPHASISNOTIFY structure.
     396     *
     397     *@@added V0.9.20 (2002-07-17) [pr]
     398     */
     399
     400    #define CHTN_SETFOCUS               1004
     401
     402    /*
     403     *@@ CHTN_KILLFOCUS:
     404     *      WM_CONTROL notification code sent (!)
     405     *      by a chart control to its owner when
     406     *      losing focus.
     407     *
     408     *      Parameters:
     409     *
     410     *      --  USHORT SHORT1FROMMP(mp1): usid (control ID).
     411     *      --  USHORT SHORT2FROMMP(mp1): CHTN_KILLFOCUS.
     412     *
     413     *      --  mp2: pointer to EMPHASISNOTIFY structure.
     414     *
     415     *@@added V0.9.20 (2002-07-17) [pr]
     416     */
     417
     418    #define CHTN_KILLFOCUS              1005
    383419
    384420    /*
Note: See TracChangeset for help on using the changeset viewer.