Changeset 210 for trunk/src/helpers/dialog.c
- Timestamp:
- Aug 22, 2002, 10:43:34 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r209 r210 5 5 * auto-format dialogs from control arrays in memory. 6 6 * 7 * See dlghCreateDlg for details. 7 * As a summary, this code allows you to get rid of 8 * PM dialog resources completely. 9 * 10 * See dlghCreateDlg for an introduction. 8 11 * 9 12 * See @dlg_algorithm for the gory details of the new … … 2742 2745 pCurrentRow, 2743 2746 FALSE, // no nested table 2744 ( PVOID)pItemThis->ul1, // pCtlDef, V0.9.21 (2002-08-18) [umoeller]2747 (const CONTROLDEF *)pItemThis->ul1, // pCtlDef, V0.9.21 (2002-08-18) [umoeller] 2745 2748 &pColumn))) 2746 2749 lstAppendItem(&pCurrentRow->llColumns,
Note:
See TracChangeset
for help on using the changeset viewer.