README 873 B

12345678910111213141516171819202122
  1. /* $XConsortium: README /main/2 1996/07/15 14:01:36 drk $ */
  2. This directory contains demonstrations of the Dt Session mechanism and API.
  3. session - Example of an application which supports the Dt
  4. session management protocol using the DtSession
  5. API.
  6. The application saves it's current state (the value
  7. of a toggle button) when the session is terminated.
  8. When the session is restarted, the toggle button
  9. state is restored.
  10. The application state saved and restored across sessions
  11. is state information related to the dynamic state of
  12. the application(e.g. current file being edited), as opposed
  13. to static application state (e.g. user preferences.)
  14. To allow the Session Manager to locate this application when
  15. the session is restarted, start the application with its
  16. full pathname as follows:
  17. /usr/dt/examples/dtsession/session &