Changeset 233 for trunk/include/helpers
- Timestamp:
- Dec 8, 2002, 8:54:46 PM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/cnrh.h
r224 r233 389 389 * <B>Details view:</B> 390 390 * -- 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) 392 394 * 393 395 * <B>Mini icons:</B> … … 395 397 * This is especially sick. The CV_MINI style in CNRINFO is only 396 398 * supported for "pure" icon view. For details and tree views, 397 * in addition, you must set the (half-documented) CCS_MINICONS style399 * _in addition_, you must set the (half-documented) CCS_MINICONS style 398 400 * as a _window_ style on the container. Whoever came up with this. 399 401 * -
trunk/include/helpers/comctl.h
r232 r233 979 979 #define TBBS_HILITE 0x0200 980 980 #define TBBS_FLAT 0x0400 981 #define TBBS_DROPMNEMONIC 0x0800982 981 983 982 #define TBBS_COMMAND 0x1000 984 983 #define TBBS_SYSCOMMAND 0x2000 984 #define TBBS_DROPMNEMONIC 0x4000 985 985 986 986 // tool bar button messages
Note:
See TracChangeset
for help on using the changeset viewer.