Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtwm / sys.dtwmrc.src
1 XCOMM #################################################################
2 XCOMM
3 XCOMM    Original copy: CDE_INSTALLATION_TOP/config/C/sys.dtwmrc
4 XCOMM
5 XCOMM    The Resource Description File for the CDE Window Manager dtwm
6 XCOMM
7 XCOMM    (c) Copyright 1993, 1994 Hewlett-Packard Company.
8 XCOMM    (c) Copyright 1993, 1994 International Business Machines Corp. 
9 XCOMM    (c) Copyright 1993, 1994 Sun Microsystems, Inc.
10 XCOMM    (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary
11 XCOMM        of Novell, Inc.
12 XCOMM
13 XCOMM $XConsortium: sys.dtwmrc.src /main/4 1996/04/21 19:51:58 drk $
14 XCOMM
15 XCOMM #################################################################
16
17 XCOMM ###
18 XCOMM
19 XCOMM  Please make a COPY of this file before editing it.
20 XCOMM
21 XCOMM  Personalized copies typically exist as:
22 XCOMM
23 XCOMM       $HOME/.dt/dtwmrc
24 XCOMM
25 XCOMM ###
26
27 XCOMM ###
28 XCOMM
29 XCOMM Root Menu Description
30 XCOMM
31 XCOMM ###
32
33 Menu DtRootMenu
34 {
35     %|nls-6-#DtRootMenu#|
36 }
37
38
39 XCOMM ###
40 XCOMM
41 XCOMM Front panel Manu Description
42 XCOMM
43 XCOMM ###
44
45 Menu DtPanelMenu
46 {
47     %|nls-7-#DtPanelMenu#|
48 }
49
50
51 XCOMM ###
52 XCOMM
53 XCOMM Sample Window Menu Description
54 XCOMM This menu description exists as a sample only.
55 XCOMM The normal window manager menu is built in.
56 XCOMM
57 XCOMM ###
58
59 Menu SampleWindowMenu
60 {
61     %|nls-8-#SampleWindowMenu#|
62 }
63
64 XCOMM ###
65 XCOMM
66 XCOMM Alternate Window Menu Description without accelerators
67 XCOMM
68 XCOMM ###
69
70 Menu NoAcceleratorWindowMenu
71 {
72     %|nls-9-#NoAcceleratorWindowMenu#|
73 }
74
75 XCOMM ###
76 XCOMM
77 XCOMM Key Bindings Description
78 XCOMM
79 XCOMM ###
80
81 Keys DtKeyBindings
82 {
83 #ifdef sun
84 %|nls-15-#DtKeyBindings#|
85 #else
86 %|nls-11-#DtKeyBindings#|
87 #endif
88 }
89
90 XCOMM ###
91 XCOMM
92 XCOMM Mouse Button Bindings Description
93 XCOMM
94 XCOMM ###
95
96 Buttons DtButtonBindings
97 {
98     %|nls-12-#DtButtonBindings#|
99 }
100
101
102 XCOMM ###
103 XCOMM
104 XCOMM Defaults:   Window menus, key bindings, and mouse button bindings
105 XCOMM
106 XCOMM ###
107
108 Menu DefaultWindowMenu
109 {
110     %|nls-10-#DefaultWindowMenu#|
111 }
112
113 Keys DefaultKeyBindings
114 {
115     %|nls-13-#DefaultKeyBindings#|
116 }
117
118 Buttons DefaultButtonBindings
119 {
120     %|nls-14-#DefaultButtonBindings#|
121 }
122
123 XCOMM ################  End of the dtwmrc file   ################