forked from polluxsynth/xtor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxtor.glade
119 lines (117 loc) · 4.81 KB
/
xtor.glade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkAboutDialog" id="About">
<property name="border_width">5</property>
<property name="type_hint">normal</property>
<property name="gravity">center</property>
<property name="has_separator">False</property>
<property name="program_name">Xtor</property>
<property name="version">1.4</property>
<property name="copyright" translatable="yes">(c) 2014-2015 Ricard Wanderlof</property>
<property name="comments" translatable="yes">Gtk based editor
for Waldorf Blofeld</property>
<property name="license" translatable="yes">This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</property>
<property name="authors">Ricard Wanderlof
Inspired by midicontroller by Lars Luthman</property>
<signal name="response" handler="on_About_response"/>
<signal name="delete_event" handler="on_About_delete"/>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<placeholder/>
</child>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
</object>
<object class="GtkMenu" id="Popup">
<property name="visible">True</property>
<child>
<object class="GtkMenuItem" id="Heading">
<property name="visible">True</property>
<property name="label" translatable="yes">Xtor settings and miscellany</property>
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem" id="separator3">
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkCheckMenuItem" id="Scrollfocus">
<property name="visible">True</property>
<property name="label" translatable="yes">_Scroll focused widgets only</property>
<property name="use_underline">True</property>
<signal name="toggled" handler="on_Setting_changed"/>
</object>
</child>
<child>
<object class="GtkCheckMenuItem" id="Navigation">
<property name="visible">True</property>
<property name="label" translatable="yes">Use _Xtor navigation keys</property>
<property name="use_underline">True</property>
<signal name="toggled" handler="on_Setting_changed"/>
</object>
</child>
<child>
<object class="GtkCheckMenuItem" id="Knobsfocus">
<property name="visible">True</property>
<property name="label" translatable="yes">_Knobs grab focus</property>
<property name="use_underline">True</property>
<signal name="toggled" handler="on_Setting_changed"/>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem" id="separator1">
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkCheckMenuItem" id="Debug">
<property name="visible">True</property>
<property name="label" translatable="yes">_Debug enable</property>
<property name="use_underline">True</property>
<signal name="toggled" handler="on_Setting_changed"/>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem" id="separator">
<property name="visible">True</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="about">
<property name="visible">True</property>
<property name="label" translatable="yes">_About</property>
<property name="use_underline">True</property>
<signal name="activate" handler="activate_About"/>
</object>
</child>
</object>
</interface>