Changeset 257 for trunk/src/helpers/dialog.c
- Timestamp:
- Jan 8, 2004, 5:43:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r235 r257 296 296 * the control _sizes_, and everything is layed out automatically. 297 297 * You may even have the formatter compute the sizes automatically 298 * based on the control classes and values ; it is possible to299 * create dialogs without specifying a single size also.298 * based on the control classes and values (strings); it is possible 299 * to create dialogs without specifying a single size also. 300 300 * 301 301 * There are several tricks to how this works. … … 314 314 * (which again goes into ProcessRow and ProcessColumn). 315 315 * There is no limit to how deep tables may nest, except 316 * the stack size of the current thread. ;-)316 * for the stack size of the current thread, of course. 317 317 * 318 318 * 3) This whole recursive iteration is performed several times.
Note:
See TracChangeset
for help on using the changeset viewer.