dtwm: Remove define MOTIF_ONE_DOT_ONE, backwards compatibility for motif 1.1, CDE...
[oweals/cde.git] / cde / programs / tttypes / dtpad.ptype
1 /* $XConsortium: dtpad.ptype /main/2 1996/11/19 15:53:26 drk $ */
2 ptype DTPAD {
3     start "dtpad -server";
4     handle:
5         /*
6          * Display ALL
7          */
8         session Display( in    ALL         contents     ) => start opnum = 1;
9         session Display( in    ALL         contents,
10                          in    messageID   counterfoil  ) => start opnum = 2;
11         session Display( in    ALL         contents,
12                          in    title       docName      ) => start opnum = 3;
13         session Display( in    ALL         contents,
14                          in    messageID   counterfoil,
15                          in    title       docName      ) => start opnum = 4;
16         /*
17          * Edit ALL
18          */
19         session Edit(   inout ALL         contents      ) => start opnum = 101;
20         session Edit(   inout ALL         contents,
21                         in    messageID   counterfoil   ) => start opnum = 102;
22         session Edit(   inout ALL         contents,
23                         in    title       docName       ) => start opnum = 103;
24         session Edit(   inout ALL         contents,
25                         in    messageID   counterfoil,
26                         in    title       docName       ) => start opnum = 104;
27         /*
28          * Compose ALL
29          */
30         session Edit(   out   ALL         contents      ) => start opnum = 201;
31         session Edit(   out   ALL         contents,
32                         in    messageID   counterfoil   ) => start opnum = 202;
33         session Edit(   out   ALL         contents,
34                         in    title       docName       ) => start opnum = 203;
35         session Edit(   out   ALL         contents,
36                         in    messageID   counterfoil,
37                         in    title       docName       ) => start opnum = 204;
38         /*
39          * Instantiate
40          */
41         session Instantiate( in    ALL         contents ) => start opnum = 401;
42 };