Ignore:
Timestamp:
Jan 8, 2004, 5:43:29 PM (22 years ago)
Author:
umoeller
Message:

Fixes that have piled up in the last three months.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dialog.c

    r235 r257  
    296296 *      the control _sizes_, and everything is layed out automatically.
    297297 *      You may even have the formatter compute the sizes automatically
    298  *      based on the control classes and values; it is possible to
    299  *      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.
    300300 *
    301301 *      There are several tricks to how this works.
     
    314314 *          (which again goes into ProcessRow and ProcessColumn).
    315315 *          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.
    317317 *
    318318 *      3)  This whole recursive iteration is performed several times.
Note: See TracChangeset for help on using the changeset viewer.