Changeset 74 for trunk/src/helpers/dialog.c
- Timestamp:
- May 24, 2001, 5:21:06 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r65 r74 322 322 | BS_CHECKBOX 323 323 | BS_RADIOBUTTON)) 324 pszlAuto->cx += 20; // @@ @324 pszlAuto->cx += 20; // @@todo 325 325 else if (pControlDef->flStyle & BS_BITMAP) 326 326 ; … … 465 465 pColumnDef->cpControl.cy = pszl->cy; 466 466 467 // @@ @hack sizes467 // @@todo hack sizes 468 468 469 469 ulXSpacing = ulYSpacing = (2 * pControlDef->ulSpacing); … … 635 635 HWND_BOTTOM, 636 636 pControlDef->usID, 637 NULL, // control data @@@637 NULL, // @@todo control data 638 638 ppp); 639 639
Note:
See TracChangeset
for help on using the changeset viewer.