[AdgTransformationMode] Renamed to AdgTransformMode
[adg.git] / demo / cpml-demo.ui
blob4d35d414a0f0c55ac7a75745be3e9a53315986c8
1 <?xml version="1.0"?>
2 <interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkWindow" id="wndMain">
6 <child>
7 <object class="GtkVBox" id="vbox2">
8 <property name="visible">True</property>
9 <child>
10 <object class="GtkNotebook" id="notebook2">
11 <property name="visible">True</property>
12 <property name="can_focus">True</property>
13 <property name="tab_pos">left</property>
14 <property name="tab_vborder">6</property>
15 <child>
16 <object class="GtkVBox" id="vbox3">
17 <property name="visible">True</property>
18 <child>
19 <object class="GtkDrawingArea" id="areaBrowsing">
20 <property name="visible">True</property>
21 </object>
22 <packing>
23 <property name="position">0</property>
24 </packing>
25 </child>
26 <child>
27 <object class="GtkHBox" id="hbBrowsing">
28 <property name="visible">True</property>
29 <property name="border_width">5</property>
30 <property name="spacing">8</property>
31 <child>
32 <object class="GtkRadioButton" id="optBrowsingSegment">
33 <property name="label" translatable="yes">Browse CpmlSegment</property>
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <property name="receives_default">False</property>
37 <property name="active">True</property>
38 <property name="draw_indicator">True</property>
39 </object>
40 <packing>
41 <property name="position">0</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkRadioButton" id="optBrowsingPrimitive">
46 <property name="label" translatable="yes">Browse CpmlPrimitive</property>
47 <property name="visible">True</property>
48 <property name="can_focus">True</property>
49 <property name="receives_default">False</property>
50 <property name="draw_indicator">True</property>
51 <property name="group">optBrowsingSegment</property>
52 </object>
53 <packing>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkButton" id="btnBrowsingReset">
59 <property name="label" translatable="yes">RESET</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="receives_default">True</property>
63 </object>
64 <packing>
65 <property name="pack_type">end</property>
66 <property name="position">3</property>
67 </packing>
68 </child>
69 <child>
70 <object class="GtkButton" id="btnBrowsingNext">
71 <property name="label" translatable="yes">NEXT &gt;&gt;</property>
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 <property name="receives_default">True</property>
75 </object>
76 <packing>
77 <property name="pack_type">end</property>
78 <property name="position">2</property>
79 </packing>
80 </child>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="position">1</property>
85 </packing>
86 </child>
87 </object>
88 <packing>
89 <property name="tab_fill">False</property>
90 </packing>
91 </child>
92 <child type="tab">
93 <object class="GtkLabel" id="label4">
94 <property name="visible">True</property>
95 <property name="xalign">0</property>
96 <property name="label" translatable="yes">Browsing</property>
97 </object>
98 <packing>
99 <property name="tab_fill">False</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkDrawingArea" id="areaArcs">
104 <property name="visible">True</property>
105 </object>
106 <packing>
107 <property name="position">1</property>
108 </packing>
109 </child>
110 <child type="tab">
111 <object class="GtkLabel" id="lblArcs">
112 <property name="visible">True</property>
113 <property name="xalign">0</property>
114 <property name="label" translatable="yes">Arcs</property>
115 </object>
116 <packing>
117 <property name="position">1</property>
118 <property name="tab_fill">False</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkDrawingArea" id="areaIntersections">
123 <property name="visible">True</property>
124 </object>
125 <packing>
126 <property name="position">2</property>
127 </packing>
128 </child>
129 <child type="tab">
130 <object class="GtkLabel" id="lblIntersections">
131 <property name="visible">True</property>
132 <property name="xalign">0</property>
133 <property name="label" translatable="yes">Intersections</property>
134 </object>
135 <packing>
136 <property name="position">4</property>
137 <property name="tab_fill">False</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkDrawingArea" id="areaOffsetCurves">
142 <property name="width_request">800</property>
143 <property name="height_request">800</property>
144 <property name="visible">True</property>
145 </object>
146 <packing>
147 <property name="position">3</property>
148 </packing>
149 </child>
150 <child type="tab">
151 <object class="GtkLabel" id="lblOffsetCurves">
152 <property name="visible">True</property>
153 <property name="xalign">0</property>
154 <property name="label" translatable="yes">Offset curves</property>
155 </object>
156 <packing>
157 <property name="position">3</property>
158 <property name="tab_fill">False</property>
159 </packing>
160 </child>
161 <child>
162 <object class="GtkDrawingArea" id="areaOffsetSegments">
163 <property name="visible">True</property>
164 </object>
165 <packing>
166 <property name="position">4</property>
167 </packing>
168 </child>
169 <child type="tab">
170 <object class="GtkLabel" id="lblOffsetSegments">
171 <property name="visible">True</property>
172 <property name="xalign">0</property>
173 <property name="label" translatable="yes">Offset segments</property>
174 </object>
175 <packing>
176 <property name="position">4</property>
177 <property name="tab_fill">False</property>
178 </packing>
179 </child>
180 </object>
181 <packing>
182 <property name="position">1</property>
183 </packing>
184 </child>
185 <child>
186 <object class="GtkHButtonBox" id="hbuttonbox1">
187 <property name="visible">True</property>
188 <property name="layout_style">end</property>
189 <child>
190 <placeholder/>
191 </child>
192 <child>
193 <object class="GtkButton" id="btnQuit">
194 <property name="label" translatable="yes">gtk-quit</property>
195 <property name="visible">True</property>
196 <property name="can_focus">True</property>
197 <property name="receives_default">True</property>
198 <property name="border_width">5</property>
199 <property name="use_stock">True</property>
200 </object>
201 <packing>
202 <property name="position">1</property>
203 </packing>
204 </child>
205 </object>
206 <packing>
207 <property name="pack_type">end</property>
208 <property name="position">0</property>
209 </packing>
210 </child>
211 </object>
212 </child>
213 </object>
214 </interface>