Changeset 229 for trunk/src/helpers/cctl_splitwin.c
- Timestamp:
- Nov 24, 2002, 9:45:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_splitwin.c
r222 r229 95 95 * 96 96 *@@added V0.9.1 (2000-02-05) [umoeller] 97 *@@changed V 0.9.21(2002-08-24) [umoeller]: added SBCF_3DEXPLORERSTYLE97 *@@changed V1.0.0 (2002-08-24) [umoeller]: added SBCF_3DEXPLORERSTYLE 98 98 */ 99 99 … … 118 118 if (pData->sbcd.ulCreateFlags & SBCF_3DEXPLORERSTYLE) 119 119 { 120 // this style is new with V 0.9.21(2002-08-24) [umoeller];120 // this style is new with V1.0.0 (2002-08-24) [umoeller]; 121 121 // simulate the Warp 4 entry field margins around the 122 122 // right control only, but leave the left control flat. … … 443 443 444 444 if (!(pData->sbcd.ulCreateFlags & (SBCF_3DSUNK | SBCF_3DEXPLORERSTYLE))) 445 // V 0.9.21(2002-08-31) [umoeller]445 // V1.0.0 (2002-08-31) [umoeller] 446 446 { 447 447 GpiSetColor(hps, pData->lcol3DLight); … … 797 797 pData->hwndLinked2 = NULLHANDLE; 798 798 799 // caching these colors now V 0.9.21(2002-08-21) [umoeller]799 // caching these colors now V1.0.0 (2002-08-21) [umoeller] 800 800 pData->lcol3DDark = WinQuerySysColor(HWND_DESKTOP, SYSCLR_BUTTONDARK, 0); 801 801 pData->lcol3DLight = WinQuerySysColor(HWND_DESKTOP, SYSCLR_BUTTONLIGHT, 0); … … 823 823 * 824 824 *@@added V0.9.0 [umoeller] 825 *@@changed V 0.9.21(2002-08-24) [umoeller]: added support for SBCF_3DEXPLORERSTYLE825 *@@changed V1.0.0 (2002-08-24) [umoeller]: added support for SBCF_3DEXPLORERSTYLE 826 826 */ 827 827
Note:
See TracChangeset
for help on using the changeset viewer.