1 | <Root> |
---|
2 | |
---|
3 | <status/> |
---|
4 | |
---|
5 | <commands> |
---|
6 | |
---|
7 | <cmd name="FileOpen" _label="_Open..." |
---|
8 | _tip="Open a file" pixtype="stock" pixname="Open" accel="F3"/> |
---|
9 | |
---|
10 | <cmd name="LaunchControl" _label="Launch Control..." |
---|
11 | _tip="Launches a new Control component"/> |
---|
12 | |
---|
13 | <cmd name="LaunchEmbeddable" _label="Launch Embeddable..." |
---|
14 | _tip="Launches a new Embeddable component"/> |
---|
15 | |
---|
16 | <cmd name="FileLoad" _label="_Load..." |
---|
17 | _tip="Loads a file into the current component" |
---|
18 | pixtype="stock" pixname="Open"/> |
---|
19 | |
---|
20 | <cmd name="FileSave" _label="_Save" |
---|
21 | _tip="Save the current file" |
---|
22 | pixtype="stock" pixname="Save" accel="*Control*s"/> |
---|
23 | |
---|
24 | <cmd name="FileSaveAs" _label="Save _As..." |
---|
25 | _tip="Save the current file with a different name" |
---|
26 | pixtype="stock" pixname="Save As"/> |
---|
27 | |
---|
28 | <cmd name="FileKill" _label="_Kill" |
---|
29 | _tip="Kill the current buffer" accel="*Control*k"/> |
---|
30 | |
---|
31 | <cmd name="FilePrint" _label="_Print" |
---|
32 | _tip="Print the current file" pixtype="stock" pixname="Print"/> |
---|
33 | |
---|
34 | <cmd name="FilePrintSetup" _label="Print S_etup..." |
---|
35 | _tip="Setup the page settings for your current printer" |
---|
36 | pixtype="stock" pixname="Print"/> |
---|
37 | |
---|
38 | <cmd name="FileExit" _label="E_xit" _tip="Exit the program" |
---|
39 | pixtype="stock" pixname="Exit" accel="*Control*q"/> |
---|
40 | |
---|
41 | <cmd name="SettingsPreferences" _label="_Preferences..." |
---|
42 | _tip="Configure the application" |
---|
43 | pixtype="stock" pixname="Preferences"/> |
---|
44 | |
---|
45 | <cmd name="WindowCreateNew" _label="Create New _Window" |
---|
46 | _tip="Create a new window"/> |
---|
47 | |
---|
48 | <cmd name="WindowClose" _label="_Close This Window" |
---|
49 | _tip="Close the current window"/> |
---|
50 | |
---|
51 | <cmd name="WindowSplit" _label="_Split Window" |
---|
52 | _tip="Splits the current window"/> |
---|
53 | |
---|
54 | <cmd name="WindowOne" _label="_One Window" |
---|
55 | _tip="Displays only one window"/> |
---|
56 | |
---|
57 | <cmd name="ZoomIn" _label="Zoom _in" accel="*Control*KP_Add"/> |
---|
58 | <cmd name="ZoomOut" _label="Zoom _out" accel="*Control*KP_Subtract"/> |
---|
59 | <cmd name="ZoomToFit" _label="Zoom to _fit"/> |
---|
60 | <cmd name="ZoomToDefault" _label="Zoom to _default"/> |
---|
61 | |
---|
62 | <cmd name="WindowZoom" _label="_Zoom" |
---|
63 | _tip="Zoom ..."/> |
---|
64 | |
---|
65 | <cmd name="HelpGNOME" _label="_Help on GNOME" _tip="Help on GNOME"/> |
---|
66 | |
---|
67 | <cmd name="HelpAbout" _label="_About..." _tip="About this application" |
---|
68 | pixtype="stock" pixname="About"/> |
---|
69 | </commands> |
---|
70 | |
---|
71 | <menu> |
---|
72 | |
---|
73 | <submenu name="File" _label="_File"> |
---|
74 | |
---|
75 | <menuitem name="FileOpen" verb="" accel="F3"/> |
---|
76 | |
---|
77 | <separator/> |
---|
78 | |
---|
79 | <menuitem name="LaunchControl" verb=""/> |
---|
80 | |
---|
81 | <menuitem name="LaunchEmbeddable" verb=""/> |
---|
82 | |
---|
83 | <separator/> |
---|
84 | |
---|
85 | <menuitem name="FileLoad" verb=""/> |
---|
86 | |
---|
87 | <menuitem name="FileSave" verb="" accel="*Control*s"/> |
---|
88 | |
---|
89 | <menuitem name="FileSaveAs" verb=""/> |
---|
90 | |
---|
91 | <menuitem name="FileKill" verb=""/> |
---|
92 | |
---|
93 | <separator/> |
---|
94 | |
---|
95 | <menuitem name="FilePrint" verb=""/> |
---|
96 | |
---|
97 | <menuitem name="FilePrintSetup" verb=""/> |
---|
98 | |
---|
99 | <separator/> |
---|
100 | |
---|
101 | <menuitem name="FileExit" verb="" accel="*Control*q"/> |
---|
102 | |
---|
103 | </submenu> |
---|
104 | |
---|
105 | <submenu name="Settings" _label="_Settings"> |
---|
106 | <menuitem name="SettingsPreferences" verb=""/> |
---|
107 | </submenu> |
---|
108 | |
---|
109 | <submenu name="Buffers" _label="_Buffers"> |
---|
110 | |
---|
111 | <placeholder name="BufferList"/> |
---|
112 | |
---|
113 | </submenu> |
---|
114 | |
---|
115 | <submenu name="Window" _label="_Window"> |
---|
116 | <menuitem name="WindowCreateNew" verb=""/> |
---|
117 | |
---|
118 | <menuitem name="WindowClose" verb=""/> |
---|
119 | |
---|
120 | <menuitem name="WindowSplit" verb=""/> |
---|
121 | |
---|
122 | <menuitem name="WindowOne" verb=""/> |
---|
123 | |
---|
124 | <separator/> |
---|
125 | |
---|
126 | <menuitem name="ZoomIn" verb=""/> |
---|
127 | <menuitem name="ZoomOut" verb=""/> |
---|
128 | <menuitem name="ZoomToFit" verb=""/> |
---|
129 | <menuitem name="ZoomToDefault" verb=""/> |
---|
130 | |
---|
131 | <separator/> |
---|
132 | |
---|
133 | <menuitem name="WindowZoom" verb=""/> |
---|
134 | </submenu> |
---|
135 | |
---|
136 | <submenu name="Help" _label="_Help"> |
---|
137 | <menuitem name="HelpGNOME" verb=""/> |
---|
138 | |
---|
139 | <separator/> |
---|
140 | |
---|
141 | <menuitem name="HelpAbout" verb=""/> |
---|
142 | </submenu> |
---|
143 | |
---|
144 | </menu> |
---|
145 | </Root> |
---|