| 1 | <?xml version="1.0"?> |
|---|
| 2 | <interface> |
|---|
| 3 | <requires lib="gtk+" version="2.16"/> |
|---|
| 4 | <!-- interface-naming-policy toplevel-contextual --> |
|---|
| 5 | <object class="GtkWindow" id="main_win"> |
|---|
| 6 | <property name="title" translatable="yes">LADI Session Handler</property> |
|---|
| 7 | <property name="default_width">800</property> |
|---|
| 8 | <property name="default_height">600</property> |
|---|
| 9 | <child> |
|---|
| 10 | <object class="GtkVBox" id="main_vbox"> |
|---|
| 11 | <property name="visible">True</property> |
|---|
| 12 | <property name="orientation">vertical</property> |
|---|
| 13 | <child> |
|---|
| 14 | <object class="GtkMenuBar" id="menubar"> |
|---|
| 15 | <property name="visible">True</property> |
|---|
| 16 | <child> |
|---|
| 17 | <object class="GtkMenuItem" id="studio_menu_item"> |
|---|
| 18 | <property name="visible">True</property> |
|---|
| 19 | <property name="label" translatable="yes">_Studio</property> |
|---|
| 20 | <property name="use_underline">True</property> |
|---|
| 21 | <child type="submenu"> |
|---|
| 22 | <object class="GtkMenu" id="studio_menu"> |
|---|
| 23 | <child> |
|---|
| 24 | <object class="GtkImageMenuItem" id="menu_item_new_studio"> |
|---|
| 25 | <property name="label">_New Studio...</property> |
|---|
| 26 | <property name="visible">True</property> |
|---|
| 27 | <property name="use_underline">True</property> |
|---|
| 28 | <property name="image">image_new_studio</property> |
|---|
| 29 | <property name="use_stock">False</property> |
|---|
| 30 | <accelerator key="N" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
|---|
| 31 | </object> |
|---|
| 32 | </child> |
|---|
| 33 | <child> |
|---|
| 34 | <object class="GtkImageMenuItem" id="menu_item_load_studio"> |
|---|
| 35 | <property name="label">_Load Studio</property> |
|---|
| 36 | <property name="visible">True</property> |
|---|
| 37 | <property name="use_underline">True</property> |
|---|
| 38 | <property name="image">image_load_studio</property> |
|---|
| 39 | <property name="use_stock">False</property> |
|---|
| 40 | <signal name="activate" handler="on_load_project_menuitem_activate"/> |
|---|
| 41 | </object> |
|---|
| 42 | </child> |
|---|
| 43 | <child> |
|---|
| 44 | <object class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
|---|
| 45 | <property name="visible">True</property> |
|---|
| 46 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 47 | </object> |
|---|
| 48 | </child> |
|---|
| 49 | <child> |
|---|
| 50 | <object class="GtkImageMenuItem" id="menu_item_start_studio"> |
|---|
| 51 | <property name="label">Start Studio</property> |
|---|
| 52 | <property name="visible">True</property> |
|---|
| 53 | <property name="sensitive">False</property> |
|---|
| 54 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 55 | <property name="use_underline">True</property> |
|---|
| 56 | <property name="image">image_start_studio</property> |
|---|
| 57 | <property name="use_stock">False</property> |
|---|
| 58 | <accelerator key="F5" signal="activate"/> |
|---|
| 59 | </object> |
|---|
| 60 | </child> |
|---|
| 61 | <child> |
|---|
| 62 | <object class="GtkImageMenuItem" id="menu_item_stop_studio"> |
|---|
| 63 | <property name="label">Stop Studio</property> |
|---|
| 64 | <property name="visible">True</property> |
|---|
| 65 | <property name="sensitive">False</property> |
|---|
| 66 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 67 | <property name="image">image_stop_studio</property> |
|---|
| 68 | <property name="use_stock">False</property> |
|---|
| 69 | <accelerator key="F6" signal="activate"/> |
|---|
| 70 | </object> |
|---|
| 71 | </child> |
|---|
| 72 | <child> |
|---|
| 73 | <object class="GtkSeparatorMenuItem" id="separatormenuitem2"> |
|---|
| 74 | <property name="visible">True</property> |
|---|
| 75 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 76 | </object> |
|---|
| 77 | </child> |
|---|
| 78 | <child> |
|---|
| 79 | <object class="GtkImageMenuItem" id="menu_item_rename_studio"> |
|---|
| 80 | <property name="label">_Rename Studio...</property> |
|---|
| 81 | <property name="visible">True</property> |
|---|
| 82 | <property name="sensitive">False</property> |
|---|
| 83 | <property name="use_underline">True</property> |
|---|
| 84 | <property name="image">image_rename_studio</property> |
|---|
| 85 | <property name="use_stock">False</property> |
|---|
| 86 | <accelerator key="R" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
|---|
| 87 | </object> |
|---|
| 88 | </child> |
|---|
| 89 | <child> |
|---|
| 90 | <object class="GtkImageMenuItem" id="menu_item_save_studio"> |
|---|
| 91 | <property name="label">_Save Studio</property> |
|---|
| 92 | <property name="visible">True</property> |
|---|
| 93 | <property name="sensitive">False</property> |
|---|
| 94 | <property name="use_underline">True</property> |
|---|
| 95 | <property name="image">image_save_studio</property> |
|---|
| 96 | <property name="use_stock">False</property> |
|---|
| 97 | <accelerator key="S" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
|---|
| 98 | </object> |
|---|
| 99 | </child> |
|---|
| 100 | <child> |
|---|
| 101 | <object class="GtkImageMenuItem" id="menu_item_save_as_studio"> |
|---|
| 102 | <property name="label">Save Studio _As...</property> |
|---|
| 103 | <property name="visible">True</property> |
|---|
| 104 | <property name="sensitive">False</property> |
|---|
| 105 | <property name="use_underline">True</property> |
|---|
| 106 | <property name="image">image_save_studio_as</property> |
|---|
| 107 | <property name="use_stock">False</property> |
|---|
| 108 | <accelerator key="S" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
|---|
| 109 | </object> |
|---|
| 110 | </child> |
|---|
| 111 | <child> |
|---|
| 112 | <object class="GtkImageMenuItem" id="menu_item_unload_studio"> |
|---|
| 113 | <property name="label">_Unload Studio</property> |
|---|
| 114 | <property name="visible">True</property> |
|---|
| 115 | <property name="sensitive">False</property> |
|---|
| 116 | <property name="use_underline">True</property> |
|---|
| 117 | <property name="image">image_unload_studio</property> |
|---|
| 118 | <property name="use_stock">False</property> |
|---|
| 119 | <accelerator key="U" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/> |
|---|
| 120 | </object> |
|---|
| 121 | </child> |
|---|
| 122 | <child> |
|---|
| 123 | <object class="GtkImageMenuItem" id="menu_item_delete_studio"> |
|---|
| 124 | <property name="label">_Delete Studio</property> |
|---|
| 125 | <property name="visible">True</property> |
|---|
| 126 | <property name="use_underline">True</property> |
|---|
| 127 | <property name="image">image_delete_studio</property> |
|---|
| 128 | <property name="use_stock">False</property> |
|---|
| 129 | <signal name="activate" handler="on_delete_project_menuitem_activate"/> |
|---|
| 130 | </object> |
|---|
| 131 | </child> |
|---|
| 132 | <child> |
|---|
| 133 | <object class="GtkImageMenuItem" id="menu_item_create_room"> |
|---|
| 134 | <property name="label">_Create Room</property> |
|---|
| 135 | <property name="visible">True</property> |
|---|
| 136 | <property name="sensitive">False</property> |
|---|
| 137 | <property name="use_underline">True</property> |
|---|
| 138 | <property name="image">image_create_room</property> |
|---|
| 139 | <property name="use_stock">False</property> |
|---|
| 140 | <accelerator key="C" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
|---|
| 141 | </object> |
|---|
| 142 | </child> |
|---|
| 143 | <child> |
|---|
| 144 | <object class="GtkSeparatorMenuItem" id="separator5"> |
|---|
| 145 | <property name="visible">True</property> |
|---|
| 146 | </object> |
|---|
| 147 | </child> |
|---|
| 148 | <child> |
|---|
| 149 | <object class="GtkImageMenuItem" id="menu_item_quit"> |
|---|
| 150 | <property name="label">gtk-quit</property> |
|---|
| 151 | <property name="visible">True</property> |
|---|
| 152 | <property name="use_underline">True</property> |
|---|
| 153 | <property name="use_stock">True</property> |
|---|
| 154 | <signal name="activate" handler="on_quit1_activate"/> |
|---|
| 155 | </object> |
|---|
| 156 | </child> |
|---|
| 157 | </object> |
|---|
| 158 | </child> |
|---|
| 159 | </object> |
|---|
| 160 | </child> |
|---|
| 161 | <child> |
|---|
| 162 | <object class="GtkMenuItem" id="room_menu_item"> |
|---|
| 163 | <property name="visible">True</property> |
|---|
| 164 | <property name="label" translatable="yes">_Room</property> |
|---|
| 165 | <property name="use_underline">True</property> |
|---|
| 166 | <child type="submenu"> |
|---|
| 167 | <object class="GtkMenu" id="room_menu"> |
|---|
| 168 | <child> |
|---|
| 169 | <object class="GtkImageMenuItem" id="menu_item_destroy_room"> |
|---|
| 170 | <property name="label">_Destroy Room</property> |
|---|
| 171 | <property name="visible">True</property> |
|---|
| 172 | <property name="sensitive">False</property> |
|---|
| 173 | <property name="use_underline">True</property> |
|---|
| 174 | <property name="image">image_destroy_room</property> |
|---|
| 175 | <property name="use_stock">False</property> |
|---|
| 176 | <accelerator key="D" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
|---|
| 177 | </object> |
|---|
| 178 | </child> |
|---|
| 179 | <child> |
|---|
| 180 | <object class="GtkImageMenuItem" id="menu_item_load_project"> |
|---|
| 181 | <property name="label">_Load Project...</property> |
|---|
| 182 | <property name="visible">True</property> |
|---|
| 183 | <property name="sensitive">False</property> |
|---|
| 184 | <property name="use_underline">True</property> |
|---|
| 185 | <property name="image">image_load_project</property> |
|---|
| 186 | <property name="use_stock">False</property> |
|---|
| 187 | <accelerator key="L" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
|---|
| 188 | </object> |
|---|
| 189 | </child> |
|---|
| 190 | </object> |
|---|
| 191 | </child> |
|---|
| 192 | </object> |
|---|
| 193 | </child> |
|---|
| 194 | <child> |
|---|
| 195 | <object class="GtkMenuItem" id="application_menu_item"> |
|---|
| 196 | <property name="visible">True</property> |
|---|
| 197 | <property name="label" translatable="yes">_Application</property> |
|---|
| 198 | <property name="use_underline">True</property> |
|---|
| 199 | <child type="submenu"> |
|---|
| 200 | <object class="GtkMenu" id="application_menu"> |
|---|
| 201 | <property name="visible">True</property> |
|---|
| 202 | <child> |
|---|
| 203 | <object class="GtkImageMenuItem" id="menu_item_start_app"> |
|---|
| 204 | <property name="label">Run...</property> |
|---|
| 205 | <property name="visible">True</property> |
|---|
| 206 | <property name="sensitive">False</property> |
|---|
| 207 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 208 | <property name="image">image_start_app</property> |
|---|
| 209 | <property name="use_stock">False</property> |
|---|
| 210 | <accelerator key="F2" signal="activate"/> |
|---|
| 211 | </object> |
|---|
| 212 | </child> |
|---|
| 213 | </object> |
|---|
| 214 | </child> |
|---|
| 215 | </object> |
|---|
| 216 | </child> |
|---|
| 217 | <child> |
|---|
| 218 | <object class="GtkMenuItem" id="view_menu_item"> |
|---|
| 219 | <property name="visible">True</property> |
|---|
| 220 | <property name="label" translatable="yes">_View</property> |
|---|
| 221 | <property name="use_underline">True</property> |
|---|
| 222 | <child type="submenu"> |
|---|
| 223 | <object class="GtkMenu" id="view_menu"> |
|---|
| 224 | <child> |
|---|
| 225 | <object class="GtkCheckMenuItem" id="menu_item_view_toolbar"> |
|---|
| 226 | <property name="visible">True</property> |
|---|
| 227 | <property name="label" translatable="yes">_Toolbar</property> |
|---|
| 228 | <property name="use_underline">True</property> |
|---|
| 229 | <accelerator key="T" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
|---|
| 230 | <signal name="activate" handler="on_menu_view_toolbar_activate"/> |
|---|
| 231 | </object> |
|---|
| 232 | </child> |
|---|
| 233 | <child> |
|---|
| 234 | <object class="GtkImageMenuItem" id="menu_item_view_arrange"> |
|---|
| 235 | <property name="label">_Arrange</property> |
|---|
| 236 | <property name="visible">True</property> |
|---|
| 237 | <property name="use_underline">True</property> |
|---|
| 238 | <property name="image">image_arrange_canvas</property> |
|---|
| 239 | <property name="use_stock">False</property> |
|---|
| 240 | <accelerator key="G" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
|---|
| 241 | <signal name="activate" handler="on_menu_view_arrange"/> |
|---|
| 242 | </object> |
|---|
| 243 | </child> |
|---|
| 244 | </object> |
|---|
| 245 | </child> |
|---|
| 246 | </object> |
|---|
| 247 | </child> |
|---|
| 248 | <child> |
|---|
| 249 | <object class="GtkMenuItem" id="tools_menu_item"> |
|---|
| 250 | <property name="visible">True</property> |
|---|
| 251 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 252 | <property name="label" translatable="yes">_Tools</property> |
|---|
| 253 | <property name="use_underline">True</property> |
|---|
| 254 | <child type="submenu"> |
|---|
| 255 | <object class="GtkMenu" id="menu1"> |
|---|
| 256 | <property name="visible">True</property> |
|---|
| 257 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 258 | <child> |
|---|
| 259 | <object class="GtkImageMenuItem" id="menu_item_jack_clear"> |
|---|
| 260 | <property name="visible">True</property> |
|---|
| 261 | <property name="related_action">clear_xruns_and_max_dsp_load_action</property> |
|---|
| 262 | <property name="use_action_appearance">True</property> |
|---|
| 263 | <property name="use_underline">True</property> |
|---|
| 264 | <property name="use_stock">True</property> |
|---|
| 265 | </object> |
|---|
| 266 | </child> |
|---|
| 267 | <child> |
|---|
| 268 | <object class="GtkImageMenuItem" id="menu_item_jack_configure"> |
|---|
| 269 | <property name="label">_Configure JACK</property> |
|---|
| 270 | <property name="visible">True</property> |
|---|
| 271 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 272 | <property name="use_underline">True</property> |
|---|
| 273 | <property name="image">image_configure_jack</property> |
|---|
| 274 | <property name="use_stock">False</property> |
|---|
| 275 | </object> |
|---|
| 276 | </child> |
|---|
| 277 | <child> |
|---|
| 278 | <object class="GtkImageMenuItem" id="menu_item_daemon_exit"> |
|---|
| 279 | <property name="label">Reactivate ladishd</property> |
|---|
| 280 | <property name="visible">True</property> |
|---|
| 281 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 282 | <property name="image">image_reactivate_ladishd</property> |
|---|
| 283 | <property name="use_stock">False</property> |
|---|
| 284 | </object> |
|---|
| 285 | </child> |
|---|
| 286 | <child> |
|---|
| 287 | <object class="GtkMenuItem" id="menu_item_jack_latency"> |
|---|
| 288 | <property name="visible">True</property> |
|---|
| 289 | <property name="label" translatable="yes">JACK _Latency</property> |
|---|
| 290 | <property name="use_underline">True</property> |
|---|
| 291 | <child type="submenu"> |
|---|
| 292 | <object class="GtkMenu" id="menu_jack_latencies"> |
|---|
| 293 | <property name="visible">True</property> |
|---|
| 294 | <child> |
|---|
| 295 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_32"> |
|---|
| 296 | <property name="visible">True</property> |
|---|
| 297 | <property name="label" translatable="yes">32</property> |
|---|
| 298 | <property name="draw_as_radio">True</property> |
|---|
| 299 | </object> |
|---|
| 300 | </child> |
|---|
| 301 | <child> |
|---|
| 302 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_64"> |
|---|
| 303 | <property name="visible">True</property> |
|---|
| 304 | <property name="label" translatable="yes">64</property> |
|---|
| 305 | <property name="draw_as_radio">True</property> |
|---|
| 306 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 307 | </object> |
|---|
| 308 | </child> |
|---|
| 309 | <child> |
|---|
| 310 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_128"> |
|---|
| 311 | <property name="visible">True</property> |
|---|
| 312 | <property name="label" translatable="yes">128</property> |
|---|
| 313 | <property name="draw_as_radio">True</property> |
|---|
| 314 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 315 | </object> |
|---|
| 316 | </child> |
|---|
| 317 | <child> |
|---|
| 318 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_256"> |
|---|
| 319 | <property name="visible">True</property> |
|---|
| 320 | <property name="label" translatable="yes">256</property> |
|---|
| 321 | <property name="draw_as_radio">True</property> |
|---|
| 322 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 323 | </object> |
|---|
| 324 | </child> |
|---|
| 325 | <child> |
|---|
| 326 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_512"> |
|---|
| 327 | <property name="visible">True</property> |
|---|
| 328 | <property name="label" translatable="yes">512</property> |
|---|
| 329 | <property name="draw_as_radio">True</property> |
|---|
| 330 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 331 | </object> |
|---|
| 332 | </child> |
|---|
| 333 | <child> |
|---|
| 334 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_1024"> |
|---|
| 335 | <property name="visible">True</property> |
|---|
| 336 | <property name="label" translatable="yes">1024</property> |
|---|
| 337 | <property name="draw_as_radio">True</property> |
|---|
| 338 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 339 | </object> |
|---|
| 340 | </child> |
|---|
| 341 | <child> |
|---|
| 342 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_2048"> |
|---|
| 343 | <property name="visible">True</property> |
|---|
| 344 | <property name="label" translatable="yes">2048</property> |
|---|
| 345 | <property name="draw_as_radio">True</property> |
|---|
| 346 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 347 | </object> |
|---|
| 348 | </child> |
|---|
| 349 | <child> |
|---|
| 350 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_4096"> |
|---|
| 351 | <property name="visible">True</property> |
|---|
| 352 | <property name="label" translatable="yes">4096</property> |
|---|
| 353 | <property name="draw_as_radio">True</property> |
|---|
| 354 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 355 | </object> |
|---|
| 356 | </child> |
|---|
| 357 | <child> |
|---|
| 358 | <object class="GtkRadioMenuItem" id="menu_item_jack_latency_8192"> |
|---|
| 359 | <property name="visible">True</property> |
|---|
| 360 | <property name="label" translatable="yes">8192</property> |
|---|
| 361 | <property name="draw_as_radio">True</property> |
|---|
| 362 | <property name="group">menu_item_jack_latency_32</property> |
|---|
| 363 | </object> |
|---|
| 364 | </child> |
|---|
| 365 | </object> |
|---|
| 366 | </child> |
|---|
| 367 | </object> |
|---|
| 368 | </child> |
|---|
| 369 | </object> |
|---|
| 370 | </child> |
|---|
| 371 | </object> |
|---|
| 372 | </child> |
|---|
| 373 | <child> |
|---|
| 374 | <object class="GtkMenuItem" id="help_menu_item"> |
|---|
| 375 | <property name="visible">True</property> |
|---|
| 376 | <property name="label" translatable="yes">_Help</property> |
|---|
| 377 | <property name="use_underline">True</property> |
|---|
| 378 | <child type="submenu"> |
|---|
| 379 | <object class="GtkMenu" id="help_menu"> |
|---|
| 380 | <child> |
|---|
| 381 | <object class="GtkImageMenuItem" id="menu_item_help_about"> |
|---|
| 382 | <property name="label">gtk-about</property> |
|---|
| 383 | <property name="visible">True</property> |
|---|
| 384 | <property name="use_underline">True</property> |
|---|
| 385 | <property name="use_stock">True</property> |
|---|
| 386 | <signal name="activate" handler="on_about1_activate"/> |
|---|
| 387 | </object> |
|---|
| 388 | </child> |
|---|
| 389 | </object> |
|---|
| 390 | </child> |
|---|
| 391 | </object> |
|---|
| 392 | </child> |
|---|
| 393 | </object> |
|---|
| 394 | <packing> |
|---|
| 395 | <property name="expand">False</property> |
|---|
| 396 | <property name="fill">False</property> |
|---|
| 397 | <property name="position">0</property> |
|---|
| 398 | </packing> |
|---|
| 399 | </child> |
|---|
| 400 | <child> |
|---|
| 401 | <object class="GtkToolbar" id="toolbar"> |
|---|
| 402 | <property name="toolbar_style">icons</property> |
|---|
| 403 | <property name="show_arrow">False</property> |
|---|
| 404 | <property name="icon_size">4</property> |
|---|
| 405 | <property name="icon_size_set">True</property> |
|---|
| 406 | <child> |
|---|
| 407 | <object class="GtkToolButton" id="clear_load_button"> |
|---|
| 408 | <property name="visible">True</property> |
|---|
| 409 | <property name="related_action">clear_xruns_and_max_dsp_load_action</property> |
|---|
| 410 | <property name="use_action_appearance">True</property> |
|---|
| 411 | <property name="label" translatable="yes">Clear XRuns</property> |
|---|
| 412 | </object> |
|---|
| 413 | <packing> |
|---|
| 414 | <property name="expand">False</property> |
|---|
| 415 | <property name="homogeneous">True</property> |
|---|
| 416 | </packing> |
|---|
| 417 | </child> |
|---|
| 418 | <child> |
|---|
| 419 | <object class="GtkToolButton" id="zoom_normal_but"> |
|---|
| 420 | <property name="visible">True</property> |
|---|
| 421 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 422 | <property name="stock_id">gtk-zoom-100</property> |
|---|
| 423 | </object> |
|---|
| 424 | <packing> |
|---|
| 425 | <property name="expand">False</property> |
|---|
| 426 | <property name="homogeneous">True</property> |
|---|
| 427 | </packing> |
|---|
| 428 | </child> |
|---|
| 429 | <child> |
|---|
| 430 | <object class="GtkToolButton" id="zoom_full_but"> |
|---|
| 431 | <property name="visible">True</property> |
|---|
| 432 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 433 | <property name="stock_id">gtk-zoom-fit</property> |
|---|
| 434 | </object> |
|---|
| 435 | <packing> |
|---|
| 436 | <property name="expand">False</property> |
|---|
| 437 | <property name="homogeneous">True</property> |
|---|
| 438 | </packing> |
|---|
| 439 | </child> |
|---|
| 440 | </object> |
|---|
| 441 | <packing> |
|---|
| 442 | <property name="expand">False</property> |
|---|
| 443 | <property name="position">1</property> |
|---|
| 444 | </packing> |
|---|
| 445 | </child> |
|---|
| 446 | <child> |
|---|
| 447 | <object class="GtkHPaned" id="hpaned1"> |
|---|
| 448 | <property name="visible">True</property> |
|---|
| 449 | <property name="can_focus">True</property> |
|---|
| 450 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 451 | <property name="position">204</property> |
|---|
| 452 | <child> |
|---|
| 453 | <object class="GtkVBox" id="left_pane_vbox"> |
|---|
| 454 | <property name="visible">True</property> |
|---|
| 455 | <property name="orientation">vertical</property> |
|---|
| 456 | <child> |
|---|
| 457 | <object class="GtkViewport" id="world_tree_viewport"> |
|---|
| 458 | <property name="visible">True</property> |
|---|
| 459 | <property name="resize_mode">queue</property> |
|---|
| 460 | <child> |
|---|
| 461 | <object class="GtkTreeView" id="world_tree"> |
|---|
| 462 | <property name="visible">True</property> |
|---|
| 463 | <property name="can_focus">True</property> |
|---|
| 464 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 465 | </object> |
|---|
| 466 | </child> |
|---|
| 467 | </object> |
|---|
| 468 | <packing> |
|---|
| 469 | <property name="position">0</property> |
|---|
| 470 | </packing> |
|---|
| 471 | </child> |
|---|
| 472 | <child> |
|---|
| 473 | <object class="GtkProgressBar" id="xrun_progress_bar"> |
|---|
| 474 | <property name="visible">True</property> |
|---|
| 475 | </object> |
|---|
| 476 | <packing> |
|---|
| 477 | <property name="expand">False</property> |
|---|
| 478 | <property name="position">1</property> |
|---|
| 479 | </packing> |
|---|
| 480 | </child> |
|---|
| 481 | </object> |
|---|
| 482 | <packing> |
|---|
| 483 | <property name="resize">False</property> |
|---|
| 484 | <property name="shrink">True</property> |
|---|
| 485 | </packing> |
|---|
| 486 | </child> |
|---|
| 487 | <child> |
|---|
| 488 | <object class="GtkScrolledWindow" id="main_scrolledwin"> |
|---|
| 489 | <property name="visible">True</property> |
|---|
| 490 | <property name="can_focus">True</property> |
|---|
| 491 | <property name="has_focus">True</property> |
|---|
| 492 | <property name="is_focus">True</property> |
|---|
| 493 | <property name="can_default">True</property> |
|---|
| 494 | <property name="has_default">True</property> |
|---|
| 495 | <property name="receives_default">True</property> |
|---|
| 496 | <property name="hscrollbar_policy">automatic</property> |
|---|
| 497 | <property name="vscrollbar_policy">automatic</property> |
|---|
| 498 | <property name="shadow_type">in</property> |
|---|
| 499 | <child> |
|---|
| 500 | <placeholder/> |
|---|
| 501 | </child> |
|---|
| 502 | </object> |
|---|
| 503 | <packing> |
|---|
| 504 | <property name="resize">True</property> |
|---|
| 505 | <property name="shrink">True</property> |
|---|
| 506 | </packing> |
|---|
| 507 | </child> |
|---|
| 508 | </object> |
|---|
| 509 | <packing> |
|---|
| 510 | <property name="position">2</property> |
|---|
| 511 | </packing> |
|---|
| 512 | </child> |
|---|
| 513 | <child> |
|---|
| 514 | <object class="GtkStatusbar" id="statusbar"> |
|---|
| 515 | <property name="visible">True</property> |
|---|
| 516 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 517 | <property name="spacing">2</property> |
|---|
| 518 | </object> |
|---|
| 519 | <packing> |
|---|
| 520 | <property name="expand">False</property> |
|---|
| 521 | <property name="position">3</property> |
|---|
| 522 | </packing> |
|---|
| 523 | </child> |
|---|
| 524 | </object> |
|---|
| 525 | </child> |
|---|
| 526 | </object> |
|---|
| 527 | <object class="GtkAboutDialog" id="about_win"> |
|---|
| 528 | <property name="destroy_with_parent">True</property> |
|---|
| 529 | <property name="type_hint">normal</property> |
|---|
| 530 | <property name="transient_for">main_win</property> |
|---|
| 531 | <property name="program_name">LADI Session Handler</property> |
|---|
| 532 | <property name="website">http://ladish.org/</property> |
|---|
| 533 | <property name="license" translatable="yes">LADI Session Handler is free software; you can redistribute it and/or modify |
|---|
| 534 | it under the terms of the GNU General Public License as published by |
|---|
| 535 | the Free Software Foundation; either version 2 of the License, or |
|---|
| 536 | (at your option) any later version. |
|---|
| 537 | |
|---|
| 538 | LADI Session Handler is distributed in the hope that it will be useful, |
|---|
| 539 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 540 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 541 | GNU General Public License for more details. |
|---|
| 542 | |
|---|
| 543 | You should have received a copy of the GNU General Public License |
|---|
| 544 | along with LADI Session Handler; if not, write to the Free Software Foundation, Inc., |
|---|
| 545 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 546 | </property> |
|---|
| 547 | <child internal-child="vbox"> |
|---|
| 548 | <object class="GtkVBox" id="dialog-vbox1"> |
|---|
| 549 | <property name="orientation">vertical</property> |
|---|
| 550 | <child internal-child="action_area"> |
|---|
| 551 | <object class="GtkHButtonBox" id="dialog-action_area1"/> |
|---|
| 552 | <packing> |
|---|
| 553 | <property name="expand">False</property> |
|---|
| 554 | <property name="pack_type">end</property> |
|---|
| 555 | <property name="position">0</property> |
|---|
| 556 | </packing> |
|---|
| 557 | </child> |
|---|
| 558 | </object> |
|---|
| 559 | </child> |
|---|
| 560 | </object> |
|---|
| 561 | <object class="GtkDialog" id="load_project_dialog"> |
|---|
| 562 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 563 | <property name="border_width">5</property> |
|---|
| 564 | <property name="title" translatable="yes">Load project</property> |
|---|
| 565 | <property name="modal">True</property> |
|---|
| 566 | <property name="window_position">center-on-parent</property> |
|---|
| 567 | <property name="type_hint">dialog</property> |
|---|
| 568 | <property name="transient_for">main_win</property> |
|---|
| 569 | <property name="has_separator">False</property> |
|---|
| 570 | <child internal-child="vbox"> |
|---|
| 571 | <object class="GtkVBox" id="dialog-vbox4"> |
|---|
| 572 | <property name="visible">True</property> |
|---|
| 573 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 574 | <property name="orientation">vertical</property> |
|---|
| 575 | <property name="spacing">2</property> |
|---|
| 576 | <child> |
|---|
| 577 | <object class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 578 | <property name="width_request">400</property> |
|---|
| 579 | <property name="height_request">400</property> |
|---|
| 580 | <property name="visible">True</property> |
|---|
| 581 | <property name="can_focus">True</property> |
|---|
| 582 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 583 | <property name="hscrollbar_policy">automatic</property> |
|---|
| 584 | <property name="vscrollbar_policy">automatic</property> |
|---|
| 585 | <child> |
|---|
| 586 | <object class="GtkTreeView" id="loadable_projects_list"> |
|---|
| 587 | <property name="visible">True</property> |
|---|
| 588 | <property name="can_focus">True</property> |
|---|
| 589 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 590 | </object> |
|---|
| 591 | </child> |
|---|
| 592 | </object> |
|---|
| 593 | <packing> |
|---|
| 594 | <property name="position">1</property> |
|---|
| 595 | </packing> |
|---|
| 596 | </child> |
|---|
| 597 | <child internal-child="action_area"> |
|---|
| 598 | <object class="GtkHButtonBox" id="dialog-action_area4"> |
|---|
| 599 | <property name="visible">True</property> |
|---|
| 600 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 601 | <property name="layout_style">end</property> |
|---|
| 602 | <child> |
|---|
| 603 | <object class="GtkButton" id="load_project_cancel_button"> |
|---|
| 604 | <property name="label">gtk-cancel</property> |
|---|
| 605 | <property name="visible">True</property> |
|---|
| 606 | <property name="can_focus">True</property> |
|---|
| 607 | <property name="receives_default">True</property> |
|---|
| 608 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 609 | <property name="use_stock">True</property> |
|---|
| 610 | </object> |
|---|
| 611 | <packing> |
|---|
| 612 | <property name="expand">False</property> |
|---|
| 613 | <property name="fill">False</property> |
|---|
| 614 | <property name="position">0</property> |
|---|
| 615 | </packing> |
|---|
| 616 | </child> |
|---|
| 617 | <child> |
|---|
| 618 | <object class="GtkButton" id="load_project_ok_button"> |
|---|
| 619 | <property name="label">gtk-ok</property> |
|---|
| 620 | <property name="visible">True</property> |
|---|
| 621 | <property name="can_focus">True</property> |
|---|
| 622 | <property name="receives_default">True</property> |
|---|
| 623 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 624 | <property name="use_stock">True</property> |
|---|
| 625 | </object> |
|---|
| 626 | <packing> |
|---|
| 627 | <property name="expand">False</property> |
|---|
| 628 | <property name="fill">False</property> |
|---|
| 629 | <property name="position">1</property> |
|---|
| 630 | </packing> |
|---|
| 631 | </child> |
|---|
| 632 | </object> |
|---|
| 633 | <packing> |
|---|
| 634 | <property name="expand">False</property> |
|---|
| 635 | <property name="pack_type">end</property> |
|---|
| 636 | <property name="position">0</property> |
|---|
| 637 | </packing> |
|---|
| 638 | </child> |
|---|
| 639 | </object> |
|---|
| 640 | </child> |
|---|
| 641 | <action-widgets> |
|---|
| 642 | <action-widget response="1">load_project_cancel_button</action-widget> |
|---|
| 643 | <action-widget response="2">load_project_ok_button</action-widget> |
|---|
| 644 | </action-widgets> |
|---|
| 645 | </object> |
|---|
| 646 | <object class="GtkDialog" id="project_properties_dialog"> |
|---|
| 647 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 648 | <property name="border_width">5</property> |
|---|
| 649 | <property name="title" translatable="yes">Project properties</property> |
|---|
| 650 | <property name="modal">True</property> |
|---|
| 651 | <property name="window_position">center-on-parent</property> |
|---|
| 652 | <property name="type_hint">dialog</property> |
|---|
| 653 | <property name="transient_for">main_win</property> |
|---|
| 654 | <property name="has_separator">False</property> |
|---|
| 655 | <child internal-child="vbox"> |
|---|
| 656 | <object class="GtkVBox" id="dialog-vbox5"> |
|---|
| 657 | <property name="visible">True</property> |
|---|
| 658 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 659 | <property name="orientation">vertical</property> |
|---|
| 660 | <property name="spacing">2</property> |
|---|
| 661 | <child> |
|---|
| 662 | <object class="GtkVBox" id="vbox1"> |
|---|
| 663 | <property name="visible">True</property> |
|---|
| 664 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 665 | <property name="orientation">vertical</property> |
|---|
| 666 | <property name="spacing">10</property> |
|---|
| 667 | <child> |
|---|
| 668 | <object class="GtkFrame" id="frame1"> |
|---|
| 669 | <property name="visible">True</property> |
|---|
| 670 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 671 | <property name="label_xalign">0</property> |
|---|
| 672 | <property name="shadow_type">none</property> |
|---|
| 673 | <child> |
|---|
| 674 | <object class="GtkEntry" id="project_name"> |
|---|
| 675 | <property name="visible">True</property> |
|---|
| 676 | <property name="can_focus">True</property> |
|---|
| 677 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 678 | </object> |
|---|
| 679 | </child> |
|---|
| 680 | <child type="label"> |
|---|
| 681 | <object class="GtkLabel" id="label1"> |
|---|
| 682 | <property name="visible">True</property> |
|---|
| 683 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 684 | <property name="label" translatable="yes"><b>Project name</b></property> |
|---|
| 685 | <property name="use_markup">True</property> |
|---|
| 686 | </object> |
|---|
| 687 | </child> |
|---|
| 688 | </object> |
|---|
| 689 | <packing> |
|---|
| 690 | <property name="expand">False</property> |
|---|
| 691 | <property name="position">0</property> |
|---|
| 692 | </packing> |
|---|
| 693 | </child> |
|---|
| 694 | <child> |
|---|
| 695 | <object class="GtkFrame" id="frame2"> |
|---|
| 696 | <property name="visible">True</property> |
|---|
| 697 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 698 | <property name="label_xalign">0</property> |
|---|
| 699 | <property name="shadow_type">none</property> |
|---|
| 700 | <child> |
|---|
| 701 | <object class="GtkEntry" id="project_description"> |
|---|
| 702 | <property name="visible">True</property> |
|---|
| 703 | <property name="can_focus">True</property> |
|---|
| 704 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 705 | </object> |
|---|
| 706 | </child> |
|---|
| 707 | <child type="label"> |
|---|
| 708 | <object class="GtkLabel" id="label2"> |
|---|
| 709 | <property name="visible">True</property> |
|---|
| 710 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 711 | <property name="label" translatable="yes"><b>Description</b></property> |
|---|
| 712 | <property name="use_markup">True</property> |
|---|
| 713 | </object> |
|---|
| 714 | </child> |
|---|
| 715 | </object> |
|---|
| 716 | <packing> |
|---|
| 717 | <property name="expand">False</property> |
|---|
| 718 | <property name="position">1</property> |
|---|
| 719 | </packing> |
|---|
| 720 | </child> |
|---|
| 721 | <child> |
|---|
| 722 | <object class="GtkFrame" id="frame3"> |
|---|
| 723 | <property name="visible">True</property> |
|---|
| 724 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 725 | <property name="label_xalign">0</property> |
|---|
| 726 | <property name="shadow_type">none</property> |
|---|
| 727 | <child> |
|---|
| 728 | <object class="GtkScrolledWindow" id="scrolledwindow3"> |
|---|
| 729 | <property name="visible">True</property> |
|---|
| 730 | <property name="can_focus">True</property> |
|---|
| 731 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 732 | <property name="hscrollbar_policy">automatic</property> |
|---|
| 733 | <property name="vscrollbar_policy">automatic</property> |
|---|
| 734 | <child> |
|---|
| 735 | <object class="GtkTextView" id="project_notes"> |
|---|
| 736 | <property name="width_request">300</property> |
|---|
| 737 | <property name="height_request">200</property> |
|---|
| 738 | <property name="visible">True</property> |
|---|
| 739 | <property name="can_focus">True</property> |
|---|
| 740 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 741 | </object> |
|---|
| 742 | </child> |
|---|
| 743 | </object> |
|---|
| 744 | </child> |
|---|
| 745 | <child type="label"> |
|---|
| 746 | <object class="GtkLabel" id="label3"> |
|---|
| 747 | <property name="visible">True</property> |
|---|
| 748 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 749 | <property name="label" translatable="yes"><b>Notes</b></property> |
|---|
| 750 | <property name="use_markup">True</property> |
|---|
| 751 | </object> |
|---|
| 752 | </child> |
|---|
| 753 | </object> |
|---|
| 754 | <packing> |
|---|
| 755 | <property name="position">2</property> |
|---|
| 756 | </packing> |
|---|
| 757 | </child> |
|---|
| 758 | </object> |
|---|
| 759 | <packing> |
|---|
| 760 | <property name="position">1</property> |
|---|
| 761 | </packing> |
|---|
| 762 | </child> |
|---|
| 763 | <child internal-child="action_area"> |
|---|
| 764 | <object class="GtkHButtonBox" id="dialog-action_area5"> |
|---|
| 765 | <property name="visible">True</property> |
|---|
| 766 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 767 | <property name="layout_style">end</property> |
|---|
| 768 | <child> |
|---|
| 769 | <object class="GtkButton" id="project_properties_cancel_button"> |
|---|
| 770 | <property name="label">gtk-cancel</property> |
|---|
| 771 | <property name="visible">True</property> |
|---|
| 772 | <property name="can_focus">True</property> |
|---|
| 773 | <property name="receives_default">True</property> |
|---|
| 774 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 775 | <property name="use_stock">True</property> |
|---|
| 776 | </object> |
|---|
| 777 | <packing> |
|---|
| 778 | <property name="expand">False</property> |
|---|
| 779 | <property name="fill">False</property> |
|---|
| 780 | <property name="position">0</property> |
|---|
| 781 | </packing> |
|---|
| 782 | </child> |
|---|
| 783 | <child> |
|---|
| 784 | <object class="GtkButton" id="project_properties_ok_button"> |
|---|
| 785 | <property name="label">gtk-ok</property> |
|---|
| 786 | <property name="visible">True</property> |
|---|
| 787 | <property name="can_focus">True</property> |
|---|
| 788 | <property name="receives_default">True</property> |
|---|
| 789 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 790 | <property name="use_stock">True</property> |
|---|
| 791 | </object> |
|---|
| 792 | <packing> |
|---|
| 793 | <property name="expand">False</property> |
|---|
| 794 | <property name="fill">False</property> |
|---|
| 795 | <property name="position">1</property> |
|---|
| 796 | </packing> |
|---|
| 797 | </child> |
|---|
| 798 | </object> |
|---|
| 799 | <packing> |
|---|
| 800 | <property name="expand">False</property> |
|---|
| 801 | <property name="pack_type">end</property> |
|---|
| 802 | <property name="position">0</property> |
|---|
| 803 | </packing> |
|---|
| 804 | </child> |
|---|
| 805 | </object> |
|---|
| 806 | </child> |
|---|
| 807 | <action-widgets> |
|---|
| 808 | <action-widget response="1">project_properties_cancel_button</action-widget> |
|---|
| 809 | <action-widget response="2">project_properties_ok_button</action-widget> |
|---|
| 810 | </action-widgets> |
|---|
| 811 | </object> |
|---|
| 812 | <object class="GtkDialog" id="name_dialog"> |
|---|
| 813 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 814 | <property name="border_width">5</property> |
|---|
| 815 | <property name="title" translatable="yes">Set name</property> |
|---|
| 816 | <property name="modal">True</property> |
|---|
| 817 | <property name="window_position">center-on-parent</property> |
|---|
| 818 | <property name="type_hint">dialog</property> |
|---|
| 819 | <property name="transient_for">main_win</property> |
|---|
| 820 | <property name="has_separator">False</property> |
|---|
| 821 | <child internal-child="vbox"> |
|---|
| 822 | <object class="GtkVBox" id="dialog-vbox7"> |
|---|
| 823 | <property name="visible">True</property> |
|---|
| 824 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 825 | <property name="orientation">vertical</property> |
|---|
| 826 | <property name="spacing">2</property> |
|---|
| 827 | <child> |
|---|
| 828 | <object class="GtkVBox" id="vbox3"> |
|---|
| 829 | <property name="visible">True</property> |
|---|
| 830 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 831 | <property name="orientation">vertical</property> |
|---|
| 832 | <property name="spacing">10</property> |
|---|
| 833 | <child> |
|---|
| 834 | <object class="GtkFrame" id="frame7"> |
|---|
| 835 | <property name="visible">True</property> |
|---|
| 836 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 837 | <property name="label_xalign">0</property> |
|---|
| 838 | <property name="shadow_type">none</property> |
|---|
| 839 | <child> |
|---|
| 840 | <object class="GtkEntry" id="name_entry"> |
|---|
| 841 | <property name="visible">True</property> |
|---|
| 842 | <property name="can_focus">True</property> |
|---|
| 843 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 844 | <property name="activates_default">True</property> |
|---|
| 845 | </object> |
|---|
| 846 | </child> |
|---|
| 847 | <child type="label"> |
|---|
| 848 | <object class="GtkLabel" id="name_label"> |
|---|
| 849 | <property name="visible">True</property> |
|---|
| 850 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 851 | <property name="label" translatable="yes"><b>Name</b></property> |
|---|
| 852 | <property name="use_markup">True</property> |
|---|
| 853 | </object> |
|---|
| 854 | </child> |
|---|
| 855 | </object> |
|---|
| 856 | <packing> |
|---|
| 857 | <property name="expand">False</property> |
|---|
| 858 | <property name="position">0</property> |
|---|
| 859 | </packing> |
|---|
| 860 | </child> |
|---|
| 861 | </object> |
|---|
| 862 | <packing> |
|---|
| 863 | <property name="position">1</property> |
|---|
| 864 | </packing> |
|---|
| 865 | </child> |
|---|
| 866 | <child internal-child="action_area"> |
|---|
| 867 | <object class="GtkHButtonBox" id="dialog-action_area7"> |
|---|
| 868 | <property name="visible">True</property> |
|---|
| 869 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 870 | <property name="layout_style">end</property> |
|---|
| 871 | <child> |
|---|
| 872 | <object class="GtkButton" id="name_cancel_button"> |
|---|
| 873 | <property name="label">gtk-cancel</property> |
|---|
| 874 | <property name="visible">True</property> |
|---|
| 875 | <property name="can_focus">True</property> |
|---|
| 876 | <property name="can_default">True</property> |
|---|
| 877 | <property name="receives_default">True</property> |
|---|
| 878 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 879 | <property name="use_stock">True</property> |
|---|
| 880 | </object> |
|---|
| 881 | <packing> |
|---|
| 882 | <property name="expand">False</property> |
|---|
| 883 | <property name="fill">False</property> |
|---|
| 884 | <property name="position">0</property> |
|---|
| 885 | </packing> |
|---|
| 886 | </child> |
|---|
| 887 | <child> |
|---|
| 888 | <object class="GtkButton" id="name_ok_button"> |
|---|
| 889 | <property name="label">gtk-ok</property> |
|---|
| 890 | <property name="visible">True</property> |
|---|
| 891 | <property name="can_focus">True</property> |
|---|
| 892 | <property name="can_default">True</property> |
|---|
| 893 | <property name="has_default">True</property> |
|---|
| 894 | <property name="receives_default">True</property> |
|---|
| 895 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 896 | <property name="use_stock">True</property> |
|---|
| 897 | </object> |
|---|
| 898 | <packing> |
|---|
| 899 | <property name="expand">False</property> |
|---|
| 900 | <property name="fill">False</property> |
|---|
| 901 | <property name="position">1</property> |
|---|
| 902 | </packing> |
|---|
| 903 | </child> |
|---|
| 904 | </object> |
|---|
| 905 | <packing> |
|---|
| 906 | <property name="expand">False</property> |
|---|
| 907 | <property name="pack_type">end</property> |
|---|
| 908 | <property name="position">0</property> |
|---|
| 909 | </packing> |
|---|
| 910 | </child> |
|---|
| 911 | </object> |
|---|
| 912 | </child> |
|---|
| 913 | <action-widgets> |
|---|
| 914 | <action-widget response="1">name_cancel_button</action-widget> |
|---|
| 915 | <action-widget response="2">name_ok_button</action-widget> |
|---|
| 916 | </action-widgets> |
|---|
| 917 | </object> |
|---|
| 918 | <object class="GtkMenu" id="load_studio_menu"> |
|---|
| 919 | <property name="visible">True</property> |
|---|
| 920 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 921 | </object> |
|---|
| 922 | <object class="GtkMenu" id="delete_studio_menu"> |
|---|
| 923 | <property name="visible">True</property> |
|---|
| 924 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 925 | </object> |
|---|
| 926 | <object class="GtkMessageDialog" id="ask_dialog"> |
|---|
| 927 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 928 | <property name="border_width">5</property> |
|---|
| 929 | <property name="resizable">False</property> |
|---|
| 930 | <property name="window_position">center-on-parent</property> |
|---|
| 931 | <property name="type_hint">dialog</property> |
|---|
| 932 | <property name="skip_taskbar_hint">True</property> |
|---|
| 933 | <property name="transient_for">main_win</property> |
|---|
| 934 | <property name="message_type">question</property> |
|---|
| 935 | <property name="buttons">yes-no</property> |
|---|
| 936 | <child internal-child="vbox"> |
|---|
| 937 | <object class="GtkVBox" id="dialog-vbox6"> |
|---|
| 938 | <property name="orientation">vertical</property> |
|---|
| 939 | <child internal-child="action_area"> |
|---|
| 940 | <object class="GtkHButtonBox" id="dialog-action_area6"/> |
|---|
| 941 | <packing> |
|---|
| 942 | <property name="expand">False</property> |
|---|
| 943 | <property name="pack_type">end</property> |
|---|
| 944 | <property name="position">0</property> |
|---|
| 945 | </packing> |
|---|
| 946 | </child> |
|---|
| 947 | </object> |
|---|
| 948 | </child> |
|---|
| 949 | </object> |
|---|
| 950 | <object class="GtkMessageDialog" id="error_dialog"> |
|---|
| 951 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 952 | <property name="border_width">5</property> |
|---|
| 953 | <property name="resizable">False</property> |
|---|
| 954 | <property name="window_position">center-on-parent</property> |
|---|
| 955 | <property name="type_hint">dialog</property> |
|---|
| 956 | <property name="skip_taskbar_hint">True</property> |
|---|
| 957 | <property name="transient_for">main_win</property> |
|---|
| 958 | <property name="message_type">error</property> |
|---|
| 959 | <property name="buttons">close</property> |
|---|
| 960 | <child internal-child="vbox"> |
|---|
| 961 | <object class="GtkVBox" id="dialog-vbox8"> |
|---|
| 962 | <property name="orientation">vertical</property> |
|---|
| 963 | <child internal-child="action_area"> |
|---|
| 964 | <object class="GtkHButtonBox" id="dialog-action_area8"/> |
|---|
| 965 | <packing> |
|---|
| 966 | <property name="expand">False</property> |
|---|
| 967 | <property name="pack_type">end</property> |
|---|
| 968 | <property name="position">0</property> |
|---|
| 969 | </packing> |
|---|
| 970 | </child> |
|---|
| 971 | </object> |
|---|
| 972 | </child> |
|---|
| 973 | </object> |
|---|
| 974 | <object class="GtkDialog" id="app_dialog"> |
|---|
| 975 | <property name="border_width">5</property> |
|---|
| 976 | <property name="window_position">center-on-parent</property> |
|---|
| 977 | <property name="default_width">400</property> |
|---|
| 978 | <property name="type_hint">dialog</property> |
|---|
| 979 | <property name="transient_for">main_win</property> |
|---|
| 980 | <child internal-child="vbox"> |
|---|
| 981 | <object class="GtkVBox" id="dialog-vbox10"> |
|---|
| 982 | <property name="visible">True</property> |
|---|
| 983 | <property name="orientation">vertical</property> |
|---|
| 984 | <property name="spacing">2</property> |
|---|
| 985 | <child> |
|---|
| 986 | <object class="GtkTable" id="table1"> |
|---|
| 987 | <property name="visible">True</property> |
|---|
| 988 | <property name="n_rows">7</property> |
|---|
| 989 | <property name="n_columns">2</property> |
|---|
| 990 | <property name="column_spacing">5</property> |
|---|
| 991 | <property name="row_spacing">5</property> |
|---|
| 992 | <child> |
|---|
| 993 | <object class="GtkLabel" id="label4"> |
|---|
| 994 | <property name="visible">True</property> |
|---|
| 995 | <property name="xalign">0</property> |
|---|
| 996 | <property name="yalign">0</property> |
|---|
| 997 | <property name="label" translatable="yes">Command:</property> |
|---|
| 998 | </object> |
|---|
| 999 | <packing> |
|---|
| 1000 | <property name="x_options">GTK_FILL</property> |
|---|
| 1001 | <property name="y_options">GTK_FILL</property> |
|---|
| 1002 | </packing> |
|---|
| 1003 | </child> |
|---|
| 1004 | <child> |
|---|
| 1005 | <object class="GtkLabel" id="label5"> |
|---|
| 1006 | <property name="visible">True</property> |
|---|
| 1007 | <property name="xalign">0</property> |
|---|
| 1008 | <property name="label" translatable="yes">Name:</property> |
|---|
| 1009 | </object> |
|---|
| 1010 | <packing> |
|---|
| 1011 | <property name="top_attach">1</property> |
|---|
| 1012 | <property name="bottom_attach">2</property> |
|---|
| 1013 | <property name="x_options">GTK_FILL</property> |
|---|
| 1014 | <property name="y_options">GTK_FILL</property> |
|---|
| 1015 | </packing> |
|---|
| 1016 | </child> |
|---|
| 1017 | <child> |
|---|
| 1018 | <object class="GtkEntry" id="app_name_entry"> |
|---|
| 1019 | <property name="visible">True</property> |
|---|
| 1020 | <property name="can_focus">True</property> |
|---|
| 1021 | <property name="invisible_char">•</property> |
|---|
| 1022 | <property name="activates_default">True</property> |
|---|
| 1023 | </object> |
|---|
| 1024 | <packing> |
|---|
| 1025 | <property name="left_attach">1</property> |
|---|
| 1026 | <property name="right_attach">2</property> |
|---|
| 1027 | <property name="top_attach">1</property> |
|---|
| 1028 | <property name="bottom_attach">2</property> |
|---|
| 1029 | <property name="x_options">GTK_FILL</property> |
|---|
| 1030 | <property name="y_options">GTK_FILL</property> |
|---|
| 1031 | </packing> |
|---|
| 1032 | </child> |
|---|
| 1033 | <child> |
|---|
| 1034 | <object class="GtkCheckButton" id="app_terminal_check_button"> |
|---|
| 1035 | <property name="label" translatable="yes">Run in Terminal</property> |
|---|
| 1036 | <property name="visible">True</property> |
|---|
| 1037 | <property name="can_focus">True</property> |
|---|
| 1038 | <property name="receives_default">False</property> |
|---|
| 1039 | <property name="draw_indicator">True</property> |
|---|
| 1040 | </object> |
|---|
| 1041 | <packing> |
|---|
| 1042 | <property name="right_attach">2</property> |
|---|
| 1043 | <property name="top_attach">2</property> |
|---|
| 1044 | <property name="bottom_attach">3</property> |
|---|
| 1045 | <property name="x_options">GTK_FILL</property> |
|---|
| 1046 | <property name="y_options">GTK_FILL</property> |
|---|
| 1047 | </packing> |
|---|
| 1048 | </child> |
|---|
| 1049 | <child> |
|---|
| 1050 | <object class="GtkRadioButton" id="app_level0"> |
|---|
| 1051 | <property name="label" translatable="yes">Level 0</property> |
|---|
| 1052 | <property name="visible">True</property> |
|---|
| 1053 | <property name="can_focus">True</property> |
|---|
| 1054 | <property name="receives_default">False</property> |
|---|
| 1055 | <property name="active">True</property> |
|---|
| 1056 | <property name="draw_indicator">True</property> |
|---|
| 1057 | </object> |
|---|
| 1058 | <packing> |
|---|
| 1059 | <property name="right_attach">2</property> |
|---|
| 1060 | <property name="top_attach">3</property> |
|---|
| 1061 | <property name="bottom_attach">4</property> |
|---|
| 1062 | <property name="x_options">GTK_FILL</property> |
|---|
| 1063 | <property name="y_options">GTK_FILL</property> |
|---|
| 1064 | </packing> |
|---|
| 1065 | </child> |
|---|
| 1066 | <child> |
|---|
| 1067 | <object class="GtkRadioButton" id="app_level1"> |
|---|
| 1068 | <property name="label" translatable="yes">Level 1</property> |
|---|
| 1069 | <property name="visible">True</property> |
|---|
| 1070 | <property name="can_focus">True</property> |
|---|
| 1071 | <property name="receives_default">False</property> |
|---|
| 1072 | <property name="active">True</property> |
|---|
| 1073 | <property name="draw_indicator">True</property> |
|---|
| 1074 | <property name="group">app_level0</property> |
|---|
| 1075 | </object> |
|---|
| 1076 | <packing> |
|---|
| 1077 | <property name="right_attach">2</property> |
|---|
| 1078 | <property name="top_attach">4</property> |
|---|
| 1079 | <property name="bottom_attach">5</property> |
|---|
| 1080 | <property name="x_options">GTK_FILL</property> |
|---|
| 1081 | <property name="y_options">GTK_FILL</property> |
|---|
| 1082 | </packing> |
|---|
| 1083 | </child> |
|---|
| 1084 | <child> |
|---|
| 1085 | <object class="GtkEntry" id="app_command_entry"> |
|---|
| 1086 | <property name="visible">True</property> |
|---|
| 1087 | <property name="can_focus">True</property> |
|---|
| 1088 | <property name="has_focus">True</property> |
|---|
| 1089 | <property name="invisible_char">•</property> |
|---|
| 1090 | <property name="activates_default">True</property> |
|---|
| 1091 | </object> |
|---|
| 1092 | <packing> |
|---|
| 1093 | <property name="left_attach">1</property> |
|---|
| 1094 | <property name="right_attach">2</property> |
|---|
| 1095 | <property name="y_options">GTK_FILL</property> |
|---|
| 1096 | </packing> |
|---|
| 1097 | </child> |
|---|
| 1098 | <child> |
|---|
| 1099 | <object class="GtkRadioButton" id="app_level2"> |
|---|
| 1100 | <property name="label" translatable="yes">Level 2</property> |
|---|
| 1101 | <property name="visible">True</property> |
|---|
| 1102 | <property name="sensitive">False</property> |
|---|
| 1103 | <property name="can_focus">True</property> |
|---|
| 1104 | <property name="receives_default">False</property> |
|---|
| 1105 | <property name="active">True</property> |
|---|
| 1106 | <property name="draw_indicator">True</property> |
|---|
| 1107 | <property name="group">app_level0</property> |
|---|
| 1108 | </object> |
|---|
| 1109 | <packing> |
|---|
| 1110 | <property name="right_attach">2</property> |
|---|
| 1111 | <property name="top_attach">5</property> |
|---|
| 1112 | <property name="bottom_attach">6</property> |
|---|
| 1113 | <property name="x_options">GTK_FILL</property> |
|---|
| 1114 | <property name="y_options">GTK_FILL</property> |
|---|
| 1115 | </packing> |
|---|
| 1116 | </child> |
|---|
| 1117 | <child> |
|---|
| 1118 | <object class="GtkRadioButton" id="app_level3"> |
|---|
| 1119 | <property name="label" translatable="yes">Level 3</property> |
|---|
| 1120 | <property name="visible">True</property> |
|---|
| 1121 | <property name="sensitive">False</property> |
|---|
| 1122 | <property name="can_focus">True</property> |
|---|
| 1123 | <property name="receives_default">False</property> |
|---|
| 1124 | <property name="active">True</property> |
|---|
| 1125 | <property name="draw_indicator">True</property> |
|---|
| 1126 | <property name="group">app_level0</property> |
|---|
| 1127 | </object> |
|---|
| 1128 | <packing> |
|---|
| 1129 | <property name="right_attach">2</property> |
|---|
| 1130 | <property name="top_attach">6</property> |
|---|
| 1131 | <property name="bottom_attach">7</property> |
|---|
| 1132 | <property name="x_options">GTK_FILL</property> |
|---|
| 1133 | <property name="y_options">GTK_FILL</property> |
|---|
| 1134 | </packing> |
|---|
| 1135 | </child> |
|---|
| 1136 | </object> |
|---|
| 1137 | <packing> |
|---|
| 1138 | <property name="position">1</property> |
|---|
| 1139 | </packing> |
|---|
| 1140 | </child> |
|---|
| 1141 | <child internal-child="action_area"> |
|---|
| 1142 | <object class="GtkHButtonBox" id="dialog-action_area10"> |
|---|
| 1143 | <property name="visible">True</property> |
|---|
| 1144 | <property name="layout_style">end</property> |
|---|
| 1145 | <child> |
|---|
| 1146 | <object class="GtkButton" id="button1"> |
|---|
| 1147 | <property name="label">gtk-cancel</property> |
|---|
| 1148 | <property name="visible">True</property> |
|---|
| 1149 | <property name="can_focus">True</property> |
|---|
| 1150 | <property name="can_default">True</property> |
|---|
| 1151 | <property name="receives_default">True</property> |
|---|
| 1152 | <property name="use_stock">True</property> |
|---|
| 1153 | </object> |
|---|
| 1154 | <packing> |
|---|
| 1155 | <property name="expand">False</property> |
|---|
| 1156 | <property name="fill">False</property> |
|---|
| 1157 | <property name="position">0</property> |
|---|
| 1158 | </packing> |
|---|
| 1159 | </child> |
|---|
| 1160 | <child> |
|---|
| 1161 | <object class="GtkButton" id="button2"> |
|---|
| 1162 | <property name="label">gtk-ok</property> |
|---|
| 1163 | <property name="visible">True</property> |
|---|
| 1164 | <property name="can_focus">True</property> |
|---|
| 1165 | <property name="can_default">True</property> |
|---|
| 1166 | <property name="has_default">True</property> |
|---|
| 1167 | <property name="receives_default">True</property> |
|---|
| 1168 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|---|
| 1169 | <property name="use_stock">True</property> |
|---|
| 1170 | </object> |
|---|
| 1171 | <packing> |
|---|
| 1172 | <property name="expand">False</property> |
|---|
| 1173 | <property name="fill">False</property> |
|---|
| 1174 | <property name="position">1</property> |
|---|
| 1175 | </packing> |
|---|
| 1176 | </child> |
|---|
| 1177 | </object> |
|---|
| 1178 | <packing> |
|---|
| 1179 | <property name="expand">False</property> |
|---|
| 1180 | <property name="pack_type">end</property> |
|---|
| 1181 | <property name="position">0</property> |
|---|
| 1182 | </packing> |
|---|
| 1183 | </child> |
|---|
| 1184 | </object> |
|---|
| 1185 | </child> |
|---|
| 1186 | <action-widgets> |
|---|
| 1187 | <action-widget response="1">button1</action-widget> |
|---|
| 1188 | <action-widget response="2">button2</action-widget> |
|---|
| 1189 | </action-widgets> |
|---|
| 1190 | </object> |
|---|
| 1191 | <object class="GtkAction" id="clear_xruns_and_max_dsp_load_action"> |
|---|
| 1192 | <property name="label">Clear XRuns and Max DSP Load</property> |
|---|
| 1193 | <property name="short_label">Clear</property> |
|---|
| 1194 | <property name="stock_id">gtk-clear</property> |
|---|
| 1195 | <property name="is_important">True</property> |
|---|
| 1196 | </object> |
|---|
| 1197 | <object class="GtkImage" id="image_configure_jack"> |
|---|
| 1198 | <property name="visible">True</property> |
|---|
| 1199 | <property name="stock">gtk-preferences</property> |
|---|
| 1200 | </object> |
|---|
| 1201 | <object class="GtkImage" id="image_reactivate_ladishd"> |
|---|
| 1202 | <property name="visible">True</property> |
|---|
| 1203 | <property name="stock">gtk-refresh</property> |
|---|
| 1204 | </object> |
|---|
| 1205 | <object class="GtkImage" id="image_arrange_canvas"> |
|---|
| 1206 | <property name="visible">True</property> |
|---|
| 1207 | <property name="stock">gtk-sort-ascending</property> |
|---|
| 1208 | </object> |
|---|
| 1209 | <object class="GtkImage" id="image_start_app"> |
|---|
| 1210 | <property name="visible">True</property> |
|---|
| 1211 | <property name="stock">gtk-execute</property> |
|---|
| 1212 | </object> |
|---|
| 1213 | <object class="GtkImage" id="image_new_studio"> |
|---|
| 1214 | <property name="visible">True</property> |
|---|
| 1215 | <property name="stock">gtk-new</property> |
|---|
| 1216 | </object> |
|---|
| 1217 | <object class="GtkImage" id="image_load_studio"> |
|---|
| 1218 | <property name="visible">True</property> |
|---|
| 1219 | <property name="stock">gtk-open</property> |
|---|
| 1220 | </object> |
|---|
| 1221 | <object class="GtkImage" id="image_start_studio"> |
|---|
| 1222 | <property name="visible">True</property> |
|---|
| 1223 | <property name="stock">gtk-media-play</property> |
|---|
| 1224 | </object> |
|---|
| 1225 | <object class="GtkImage" id="image_stop_studio"> |
|---|
| 1226 | <property name="visible">True</property> |
|---|
| 1227 | <property name="stock">gtk-media-stop</property> |
|---|
| 1228 | </object> |
|---|
| 1229 | <object class="GtkImage" id="image_rename_studio"> |
|---|
| 1230 | <property name="visible">True</property> |
|---|
| 1231 | <property name="stock">gtk-edit</property> |
|---|
| 1232 | </object> |
|---|
| 1233 | <object class="GtkImage" id="image_save_studio"> |
|---|
| 1234 | <property name="visible">True</property> |
|---|
| 1235 | <property name="stock">gtk-save</property> |
|---|
| 1236 | </object> |
|---|
| 1237 | <object class="GtkImage" id="image_save_studio_as"> |
|---|
| 1238 | <property name="visible">True</property> |
|---|
| 1239 | <property name="stock">gtk-save-as</property> |
|---|
| 1240 | </object> |
|---|
| 1241 | <object class="GtkImage" id="image_unload_studio"> |
|---|
| 1242 | <property name="visible">True</property> |
|---|
| 1243 | <property name="stock">gtk-close</property> |
|---|
| 1244 | </object> |
|---|
| 1245 | <object class="GtkImage" id="image_delete_studio"> |
|---|
| 1246 | <property name="visible">True</property> |
|---|
| 1247 | <property name="stock">gtk-delete</property> |
|---|
| 1248 | </object> |
|---|
| 1249 | <object class="GtkImage" id="image_create_room"> |
|---|
| 1250 | <property name="visible">True</property> |
|---|
| 1251 | <property name="stock">gtk-add</property> |
|---|
| 1252 | </object> |
|---|
| 1253 | <object class="GtkImage" id="image_destroy_room"> |
|---|
| 1254 | <property name="visible">True</property> |
|---|
| 1255 | <property name="stock">gtk-delete</property> |
|---|
| 1256 | </object> |
|---|
| 1257 | <object class="GtkImage" id="image_load_project"> |
|---|
| 1258 | <property name="visible">True</property> |
|---|
| 1259 | <property name="stock">gtk-open</property> |
|---|
| 1260 | </object> |
|---|
| 1261 | </interface> |
|---|