Changeset 214 for trunk/include/helpers/comctl.h
- Timestamp:
- Aug 24, 2002, 10:14:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/comctl.h
r209 r214 480 480 #define SBCF_PERCENTAGE 0x0002 481 481 #define SBCF_3DSUNK 0x0100 482 #define SBCF_3DEXPLORERSTYLE 0x0200 483 // new with V0.9.21 (2002-08-21) [umoeller] 484 // this simulates the Warp 4 entry field margins around the 485 // right split window, but leaves the left window flat 482 486 #define SBCF_MOVEABLE 0x1000 483 487 … … 540 544 SPLITBARCDATA sbcd; 541 545 PFNWP OldStaticProc; 542 // RECTL rclBar;543 546 HPOINTER hptrOld, // old pointer stored upon WM_MOUSEMOVE 544 547 hptrMove; // PM move pointer, either vertical or horizontal … … 552 555 hwndLinked2; 553 556 // the right/top window to link 557 LONG lcol3DDark, 558 lcol3DLight, 559 lcolInactiveBorder; 554 560 } SPLITBARDATA, *PSPLITBARDATA; 555 561
Note:
See TracChangeset
for help on using the changeset viewer.