Index: trunk/doc/developer/dad/closing.html =================================================================== --- trunk/doc/developer/dad/closing.html (revision 26962) +++ trunk/doc/developer/dad/closing.html (revision 26963) @@ -51,11 +51,12 @@ the dad ctx and the hid ctx
  • the [caller] frees user data -
  • blocking dialog, GUI close, free'd from where PCB_DAD_AUTORUN() is called +
  • modal (blocking) dialog, GUI close, free'd from where PCB_DAD_RUN() is called
    1. the [toolkit] calls [HID] in a widget destroy callback; the [HID] free's the wigets and initiates the user callback to the [caller] +
    2. PCB_DAD_RUN() returns at the caller
    3. the [caller] reads out the results
    4. the [caller] calls PCB_DAD_FREE(table), which frees the dad ctx and the hid ctx