Changeset 233 for trunk/include/helpers


Ignore:
Timestamp:
Dec 8, 2002, 8:54:46 PM (23 years ago)
Author:
umoeller
Message:

Minor changes.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

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

    r224 r233  
    389389     *      <B>Details view:</B>
    390390     *      --  CV_DETAIL: details view without column headers
    391      *      --  CV_DETAIL | CA_DETAILSVIEWTITLES: details view _with_ column headers
     391     *      --  CA_DETAILSVIEWTITLES: details view _with_ column headers
     392     *      --  CV_MINI: mini icons (but set the CCS_MINICONS _window_
     393     *          style in addition, see below)
    392394     *
    393395     *      <B>Mini icons:</B>
     
    395397     *      This is especially sick. The CV_MINI style in CNRINFO is only
    396398     *      supported for "pure" icon view. For details and tree views,
    397      *      in addition, you must set the (half-documented) CCS_MINICONS style
     399     *      _in addition_, you must set the (half-documented) CCS_MINICONS style
    398400     *      as a _window_ style on the container. Whoever came up with this.
    399401     *
  • trunk/include/helpers/comctl.h

    r232 r233  
    979979    #define TBBS_HILITE             0x0200
    980980    #define TBBS_FLAT               0x0400
    981     #define TBBS_DROPMNEMONIC       0x0800
    982981
    983982    #define TBBS_COMMAND            0x1000
    984983    #define TBBS_SYSCOMMAND         0x2000
     984    #define TBBS_DROPMNEMONIC       0x4000
    985985
    986986    // tool bar button messages
Note: See TracChangeset for help on using the changeset viewer.