Changeset 83 for trunk/src/helpers/dialog.c
- Timestamp:
- Jun 28, 2001, 7:13:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r82 r83 6 6 * 7 7 * See dlghCreateDlg for details. 8 * 9 * In addition, this has dlghMessageBox (a WinMessageBox 10 * replacement) and some helper functions for simulating 11 * dialog behavior in regular window procs (see 12 * dlghSetPrevFocus and others). 8 13 * 9 14 * Usage: All PM programs. … … 82 87 * used, even though the prototype only 83 88 * declares DIALOGDATA. 89 * 90 * This only exists while the dialog is being 91 * created and is not stored with the new dialog. 84 92 */ 85 93
Note:
See TracChangeset
for help on using the changeset viewer.