gui:Add new reference to the icons in *.ui files
[pspp] / src / ui / gui / syntax-editor.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkUIManager" id="uimanager1">
5     <child>
6       <object class="GtkActionGroup" id="actiongroup1">
7         <child>
8           <object class="GtkAction" id="menu_syntax_file">
9             <property name="name">menu_syntax_file</property>
10             <property name="label" translatable="yes">_File</property>
11           </object>
12         </child>
13         <child>
14           <object class="GtkAction" id="new2">
15             <property name="stock-id">file-new-data</property>
16             <property name="name">new2</property>
17           </object>
18         </child>
19         <child>
20           <object class="GtkAction" id="file_new_syntax">
21             <property name="name">file_new_syntax</property>
22             <property name="label" translatable="yes">_Syntax</property>
23           </object>
24         </child>
25         <child>
26           <object class="GtkAction" id="file_new_data">
27             <property name="name">file_new_data</property>
28             <property name="label" translatable="yes">_Data</property>
29           </object>
30         </child>
31         <child>
32           <object class="GtkAction" id="file_open">
33             <property name="stock-id">file-open-data</property>
34             <property name="name">file_open</property>
35             <property name="label" translatable="yes">_Open...</property>
36           </object>
37         </child>
38         <child>
39           <object class="GtkAction" id="file_save">
40             <property name="stock-id">file-save-data</property>
41             <property name="name">file_save</property>
42           </object>
43         </child>
44         <child>
45           <object class="GtkAction" id="file_save_as">
46             <property name="stock-id">file-save-as</property>
47             <property name="name">file_save_as</property>
48             <property name="label" translatable="yes">Save _As...</property>
49           </object>
50         </child>
51         <child>
52           <object class="GtkAction" id="file_print">
53             <property name="name">file_print</property>
54             <property name="stock-id">file-print</property>
55           </object>
56         </child>
57         <child>
58           <object class="GtkAction" id="file_quit">
59             <property name="stock-id">file-quit</property>
60             <property name="name">file_quit</property>
61           </object>
62         </child>
63         <child>
64           <object class="GtkAction" id="menuitem7">
65             <property name="name">menuitem7</property>
66             <property name="label" translatable="yes">_Edit</property>
67           </object>
68         </child>
69         <child>
70           <object class="GtkAction" id="edit_cut">
71             <property name="stock-id">edit-cut</property>
72             <property name="name">edit_cut</property>
73             <property name="sensitive">false</property>
74           </object>
75         </child>
76         <child>
77           <object class="GtkAction" id="edit_copy">
78             <property name="stock-id">edit-copy</property>
79             <property name="name">edit_copy</property>
80             <property name="sensitive">false</property>
81           </object>
82         </child>
83         <child>
84           <object class="GtkAction" id="edit_paste">
85             <property name="stock-id">edit-paste</property>
86             <property name="name">edit_paste</property>
87             <property name="sensitive">false</property>
88           </object>
89         </child>
90         <child>
91           <object class="GtkAction" id="edit_delete">
92             <property name="stock-id">edit-delete</property>
93             <property name="name">edit_delete</property>
94             <property name="sensitive">false</property>
95           </object>
96         </child>
97         <child>
98           <object class="GtkAction" id="edit_undo">
99             <property name="stock-id">edit-undo</property>
100             <property name="name">edit_undo</property>
101           </object>
102         </child>
103         <child>
104           <object class="GtkAction" id="edit_redo">
105             <property name="stock-id">edit-redo</property>
106             <property name="name">edit_redo</property>
107           </object>
108         </child>
109         <child>
110           <object class="GtkAction" id="run1">
111             <property name="name">run1</property>
112             <property name="label" translatable="yes">_Run</property>
113           </object>
114         </child>
115         <child>
116           <object class="GtkAction" id="run_all">
117             <property name="stock-id">run-all</property>
118             <property name="name">run_all</property>
119             <property name="label" translatable="yes">All</property>
120           </object>
121         </child>
122         <child>
123           <object class="GtkAction" id="run_selection">
124             <property name="stock-id">run-selection</property>
125             <property name="name">run_selection</property>
126             <property name="label" translatable="yes">Selection</property>
127           </object>
128         </child>
129         <child>
130           <object class="GtkAction" id="run_current_line">
131             <property name="stock-id">run-current-line</property>
132             <property name="name">run_current_line</property>
133             <property name="label" translatable="yes">Current Line</property>
134           </object>
135           <accelerator key="R" modifiers="GDK_CONTROL_MASK"/>
136         </child>
137         <child>
138           <object class="GtkAction" id="run_to_end">
139             <property name="stock-id">run-to-end</property>
140             <property name="name">run-to-end</property>
141             <property name="label" translatable="yes">To End</property>
142           </object>
143         </child>
144         <child>
145           <object class="GtkAction" id="windows">
146             <property name="name">windows</property>
147             <property name="label" translatable="yes">_Windows</property>
148           </object>
149         </child>
150         <child>
151           <object class="GtkAction" id="windows_minimise_all">
152             <property name="stock-id">windows-minimize-all</property>
153             <property name="name">windows_minimise_all</property>
154             <property name="label" translatable="yes">_Minimize All Windows</property>
155           </object>
156         </child>
157       </object>
158     </child>
159     <ui>
160       <menubar name="menubar">
161         <menu action="menu_syntax_file">
162           <menu action="new2">
163             <menuitem action="file_new_syntax"/>
164             <menuitem action="file_new_data"/>
165           </menu>
166           <menuitem action="file_open"/>
167           <menuitem action="file_save"/>
168           <menuitem action="file_save_as"/>
169           <separator/>
170           <menuitem action="file_print"/>
171           <separator/>
172           <menuitem action="file_quit"/>
173         </menu>
174         <menu action="menuitem7">
175           <menuitem action="edit_cut"/>
176           <menuitem action="edit_copy"/>
177           <menuitem action="edit_paste"/>
178           <menuitem action="edit_delete"/>
179           <separator/>
180           <menuitem action="edit_undo"/>
181           <menuitem action="edit_redo"/>
182         </menu>
183         <menu action="run1">
184           <menuitem action="run_all"/>
185           <menuitem action="run_selection"/>
186           <menuitem action="run_current_line"/>
187           <menuitem action="run_to_end"/>
188         </menu>
189         <menu action="windows">
190           <menuitem action="windows_minimise_all"/>
191         </menu>
192       </menubar>
193     </ui>
194   </object>
195   <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
196     <property name="visible">True</property>
197     <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
198     <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
199   </object>
200   <object class="GtkScrolledWindow" id="scrolledwindow8">
201     <property name="visible">True</property>
202     <property name="can_focus">True</property>
203     <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
204     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
205     <property name="shadow_type">GTK_SHADOW_IN</property>
206     <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
207     <child>
208       <object class="GtkSourceView" id="syntax_text_view">
209         <property name="visible">True</property>
210         <property name="can_focus">True</property>
211         <property name="editable">True</property>
212         <property name="overwrite">False</property>
213         <property name="accepts_tab">True</property>
214         <property name="justification">GTK_JUSTIFY_LEFT</property>
215         <property name="wrap_mode">GTK_WRAP_NONE</property>
216         <property name="cursor_visible">True</property>
217         <property name="pixels_above_lines">0</property>
218         <property name="pixels_below_lines">0</property>
219         <property name="pixels_inside_wrap">0</property>
220         <property name="left_margin">0</property>
221         <property name="right_margin">0</property>
222         <property name="indent">0</property>
223       </object>
224     </child>
225   </object>
226   <object class="GtkStatusbar" id="statusbar2">
227     <property name="visible">True</property>
228     <property name="has_resize_grip">True</property>
229   </object>
230 </interface>