OSDN Git Service

update at 12/23/2018
[sawarabi-fonts/sawarabi-fonts.git] / chartool / pygtk / window_main.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkFontSelectionDialog" id="fontselectiondialog">
6     <property name="can_focus">False</property>
7     <property name="border_width">5</property>
8     <property name="destroy_with_parent">True</property>
9     <property name="type_hint">dialog</property>
10     <child internal-child="font_selection">
11       <object class="GtkFontSelection" id="fontsel-font_selection1">
12         <property name="can_focus">False</property>
13       </object>
14     </child>
15     <action-widgets>
16       <action-widget response="0">fontsel_ok_button</action-widget>
17       <action-widget response="0">fontsel_apply_button1</action-widget>
18       <action-widget response="0">fontsel_cancel_button</action-widget>
19     </action-widgets>
20     <child internal-child="cancel_button">
21       <object class="GtkButton" id="fontsel_cancel_button">
22         <property name="can_focus">False</property>
23         <property name="receives_default">False</property>
24         <property name="use_action_appearance">False</property>
25         <signal name="clicked" handler="on_fontsel_cancel_button_clicked" swapped="no"/>
26       </object>
27     </child>
28     <action-widgets>
29       <action-widget response="0">fontsel_ok_button</action-widget>
30       <action-widget response="0">fontsel_apply_button1</action-widget>
31       <action-widget response="0">fontsel_cancel_button</action-widget>
32     </action-widgets>
33     <child internal-child="apply_button">
34       <object class="GtkButton" id="fontsel_apply_button1">
35         <property name="can_focus">False</property>
36         <property name="receives_default">False</property>
37         <property name="use_action_appearance">False</property>
38       </object>
39     </child>
40     <action-widgets>
41       <action-widget response="0">fontsel_ok_button</action-widget>
42       <action-widget response="0">fontsel_apply_button1</action-widget>
43       <action-widget response="0">fontsel_cancel_button</action-widget>
44     </action-widgets>
45     <child internal-child="ok_button">
46       <object class="GtkButton" id="fontsel_ok_button">
47         <property name="can_focus">False</property>
48         <property name="receives_default">False</property>
49         <property name="use_action_appearance">False</property>
50         <signal name="clicked" handler="on_fontsel_ok_button_clicked" swapped="no"/>
51       </object>
52     </child>
53     <action-widgets>
54       <action-widget response="0">fontsel_ok_button</action-widget>
55       <action-widget response="0">fontsel_apply_button1</action-widget>
56       <action-widget response="0">fontsel_cancel_button</action-widget>
57     </action-widgets>
58   </object>
59   <object class="GtkMenu" id="menu_label_char">
60     <property name="visible">True</property>
61     <property name="can_focus">False</property>
62     <child>
63       <object class="GtkMenuItem" id="menuitem_font">
64         <property name="visible">True</property>
65         <property name="can_focus">False</property>
66         <property name="use_action_appearance">False</property>
67         <property name="label" translatable="yes">Font...</property>
68         <property name="use_underline">True</property>
69         <signal name="activate" handler="on_menuitem_font_activate" swapped="no"/>
70       </object>
71     </child>
72   </object>
73   <object class="GtkWindow" id="window_main">
74     <property name="width_request">439</property>
75     <property name="height_request">138</property>
76     <property name="can_focus">False</property>
77     <property name="title" translatable="yes">chartool</property>
78     <property name="default_height">138</property>
79     <signal name="destroy-event" handler="end_application" swapped="no"/>
80     <signal name="delete-event" handler="end_application" swapped="no"/>
81     <child>
82       <object class="GtkHBox" id="box_root">
83         <property name="visible">True</property>
84         <property name="can_focus">False</property>
85         <property name="spacing">2</property>
86         <child>
87           <object class="GtkLabel" id="label_char">
88             <property name="width_request">128</property>
89             <property name="height_request">128</property>
90             <property name="visible">True</property>
91             <property name="can_focus">False</property>
92             <property name="yalign">0.25</property>
93             <property name="selectable">True</property>
94             <property name="track_visited_links">False</property>
95             <attributes>
96               <attribute name="style" value="normal"/>
97               <attribute name="weight" value="thin"/>
98             </attributes>
99             <signal name="button-press-event" handler="on_label_char_button_press_event" swapped="no"/>
100           </object>
101           <packing>
102             <property name="expand">False</property>
103             <property name="fill">True</property>
104             <property name="position">0</property>
105           </packing>
106         </child>
107         <child>
108           <object class="GtkVSeparator" id="separator1">
109             <property name="visible">True</property>
110             <property name="can_focus">False</property>
111           </object>
112           <packing>
113             <property name="expand">False</property>
114             <property name="fill">True</property>
115             <property name="position">1</property>
116           </packing>
117         </child>
118         <child>
119           <object class="GtkVBox" id="box_detail">
120             <property name="visible">True</property>
121             <property name="can_focus">False</property>
122             <property name="spacing">5</property>
123             <child>
124               <object class="GtkHBox" id="box_search">
125                 <property name="visible">True</property>
126                 <property name="can_focus">False</property>
127                 <property name="spacing">5</property>
128                 <child>
129                   <object class="GtkEntry" id="entry_search">
130                     <property name="visible">True</property>
131                     <property name="can_focus">True</property>
132                     <property name="primary_icon_activatable">False</property>
133                     <property name="secondary_icon_activatable">False</property>
134                     <property name="primary_icon_sensitive">True</property>
135                     <property name="secondary_icon_sensitive">True</property>
136                     <signal name="activate" handler="on_entry_search_activate" swapped="no"/>
137                   </object>
138                   <packing>
139                     <property name="expand">True</property>
140                     <property name="fill">True</property>
141                     <property name="position">0</property>
142                   </packing>
143                 </child>
144                 <child>
145                   <object class="GtkButton" id="button_search">
146                     <property name="label" translatable="yes">Search</property>
147                     <property name="visible">True</property>
148                     <property name="can_focus">False</property>
149                     <property name="receives_default">True</property>
150                     <property name="use_action_appearance">False</property>
151                     <property name="focus_on_click">False</property>
152                     <signal name="clicked" handler="on_button_search_clicked" swapped="no"/>
153                   </object>
154                   <packing>
155                     <property name="expand">False</property>
156                     <property name="fill">True</property>
157                     <property name="position">1</property>
158                   </packing>
159                 </child>
160               </object>
161               <packing>
162                 <property name="expand">False</property>
163                 <property name="fill">True</property>
164                 <property name="position">0</property>
165               </packing>
166             </child>
167             <child>
168               <object class="GtkHBox" id="box_code">
169                 <property name="visible">True</property>
170                 <property name="can_focus">False</property>
171                 <property name="spacing">5</property>
172                 <child>
173                   <object class="GtkLabel" id="label2">
174                     <property name="width_request">64</property>
175                     <property name="visible">True</property>
176                     <property name="can_focus">False</property>
177                     <property name="label" translatable="yes">Code:</property>
178                   </object>
179                   <packing>
180                     <property name="expand">False</property>
181                     <property name="fill">True</property>
182                     <property name="position">0</property>
183                   </packing>
184                 </child>
185                 <child>
186                   <object class="GtkEntry" id="entry_code">
187                     <property name="visible">True</property>
188                     <property name="can_focus">True</property>
189                     <property name="editable">False</property>
190                     <property name="primary_icon_activatable">False</property>
191                     <property name="secondary_icon_activatable">False</property>
192                     <property name="primary_icon_sensitive">True</property>
193                     <property name="secondary_icon_sensitive">True</property>
194                   </object>
195                   <packing>
196                     <property name="expand">True</property>
197                     <property name="fill">True</property>
198                     <property name="position">1</property>
199                   </packing>
200                 </child>
201                 <child>
202                   <object class="GtkButton" id="button_code_script">
203                     <property name="label" translatable="yes">S</property>
204                     <property name="width_request">24</property>
205                     <property name="height_request">24</property>
206                     <property name="visible">True</property>
207                     <property name="can_focus">False</property>
208                     <property name="receives_default">True</property>
209                     <property name="use_action_appearance">False</property>
210                     <property name="focus_on_click">False</property>
211                   </object>
212                   <packing>
213                     <property name="expand">False</property>
214                     <property name="fill">True</property>
215                     <property name="position">2</property>
216                   </packing>
217                 </child>
218               </object>
219               <packing>
220                 <property name="expand">False</property>
221                 <property name="fill">True</property>
222                 <property name="position">1</property>
223               </packing>
224             </child>
225             <child>
226               <object class="GtkHBox" id="box_name">
227                 <property name="visible">True</property>
228                 <property name="can_focus">False</property>
229                 <property name="spacing">5</property>
230                 <child>
231                   <object class="GtkLabel" id="label3">
232                     <property name="width_request">64</property>
233                     <property name="visible">True</property>
234                     <property name="can_focus">False</property>
235                     <property name="label" translatable="yes">Name:</property>
236                   </object>
237                   <packing>
238                     <property name="expand">False</property>
239                     <property name="fill">True</property>
240                     <property name="position">0</property>
241                   </packing>
242                 </child>
243                 <child>
244                   <object class="GtkEntry" id="entry_name">
245                     <property name="visible">True</property>
246                     <property name="can_focus">True</property>
247                     <property name="editable">False</property>
248                     <property name="primary_icon_activatable">False</property>
249                     <property name="secondary_icon_activatable">False</property>
250                     <property name="primary_icon_sensitive">True</property>
251                     <property name="secondary_icon_sensitive">True</property>
252                   </object>
253                   <packing>
254                     <property name="expand">True</property>
255                     <property name="fill">True</property>
256                     <property name="position">1</property>
257                   </packing>
258                 </child>
259                 <child>
260                   <object class="GtkButton" id="button_name_script">
261                     <property name="label" translatable="yes">S</property>
262                     <property name="width_request">24</property>
263                     <property name="height_request">24</property>
264                     <property name="visible">True</property>
265                     <property name="can_focus">False</property>
266                     <property name="receives_default">True</property>
267                     <property name="use_action_appearance">False</property>
268                     <property name="focus_on_click">False</property>
269                   </object>
270                   <packing>
271                     <property name="expand">False</property>
272                     <property name="fill">True</property>
273                     <property name="position">2</property>
274                   </packing>
275                 </child>
276               </object>
277               <packing>
278                 <property name="expand">False</property>
279                 <property name="fill">True</property>
280                 <property name="position">2</property>
281               </packing>
282             </child>
283           </object>
284           <packing>
285             <property name="expand">True</property>
286             <property name="fill">True</property>
287             <property name="padding">5</property>
288             <property name="position">2</property>
289           </packing>
290         </child>
291       </object>
292     </child>
293   </object>
294 </interface>