Ignore:
Timestamp:
Aug 24, 2002, 10:14:05 PM (23 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r209 r214  
    480480    #define SBCF_PERCENTAGE          0x0002
    481481    #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
    482486    #define SBCF_MOVEABLE            0x1000
    483487
     
    540544        SPLITBARCDATA   sbcd;
    541545        PFNWP           OldStaticProc;
    542         // RECTL           rclBar;
    543546        HPOINTER        hptrOld,        // old pointer stored upon WM_MOUSEMOVE
    544547                        hptrMove;       // PM move pointer, either vertical or horizontal
     
    552555                        hwndLinked2;
    553556                            // the right/top window to link
     557        LONG            lcol3DDark,
     558                        lcol3DLight,
     559                        lcolInactiveBorder;
    554560    } SPLITBARDATA, *PSPLITBARDATA;
    555561
Note: See TracChangeset for help on using the changeset viewer.