Update python binding
[empathy.git] / libempathy-gtk / empathy-spell-dialog.ui
blob382346c1ab376a940301c8748750a1c41deac950
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="spell_dialog">
5 <property name="border_width">5</property>
6 <property name="title" translatable="yes">Spell Checker</property>
7 <property name="modal">True</property>
8 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9 <property name="default_width">275</property>
10 <property name="default_height">225</property>
11 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12 <property name="has_separator">False</property>
13 <child internal-child="vbox">
14 <object class="GtkVBox" id="dialog-vbox7">
15 <property name="visible">True</property>
16 <property name="spacing">2</property>
17 <child>
18 <object class="GtkVBox" id="vbox128">
19 <property name="visible">True</property>
20 <property name="border_width">5</property>
21 <property name="spacing">6</property>
22 <child>
23 <object class="GtkLabel" id="label_word">
24 <property name="visible">True</property>
25 <property name="xalign">0</property>
26 <property name="label" translatable="yes">Suggestions for the word:</property>
27 <property name="use_markup">True</property>
28 <property name="wrap">True</property>
29 </object>
30 <packing>
31 <property name="expand">False</property>
32 <property name="fill">False</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkScrolledWindow" id="scrolledwindow9">
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
40 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
41 <property name="shadow_type">GTK_SHADOW_IN</property>
42 <child>
43 <object class="GtkTreeView" id="treeview_words">
44 <property name="visible">True</property>
45 <property name="can_focus">True</property>
46 <property name="headers_visible">False</property>
47 </object>
48 </child>
49 </object>
50 <packing>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 </object>
55 <packing>
56 <property name="position">1</property>
57 </packing>
58 </child>
59 <child internal-child="action_area">
60 <object class="GtkHButtonBox" id="dialog-action_area7">
61 <property name="visible">True</property>
62 <property name="layout_style">GTK_BUTTONBOX_END</property>
63 <child>
64 <object class="GtkButton" id="button_cancel">
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
67 <property name="can_default">True</property>
68 <property name="label">gtk-cancel</property>
69 <property name="use_stock">True</property>
70 </object>
71 </child>
72 <child>
73 <object class="GtkButton" id="button_replace">
74 <property name="visible">True</property>
75 <property name="sensitive">False</property>
76 <property name="can_focus">True</property>
77 <property name="can_default">True</property>
78 <child>
79 <object class="GtkAlignment" id="alignment6">
80 <property name="visible">True</property>
81 <property name="xscale">0</property>
82 <property name="yscale">0</property>
83 <child>
84 <object class="GtkHBox" id="hbox135">
85 <property name="visible">True</property>
86 <property name="spacing">2</property>
87 <child>
88 <object class="GtkImage" id="image245">
89 <property name="visible">True</property>
90 <property name="stock">gtk-convert</property>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">False</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkLabel" id="label594">
99 <property name="visible">True</property>
100 <property name="label">_Replace</property>
101 <property name="use_underline">True</property>
102 </object>
103 <packing>
104 <property name="expand">False</property>
105 <property name="fill">False</property>
106 <property name="position">1</property>
107 </packing>
108 </child>
109 </object>
110 </child>
111 </object>
112 </child>
113 </object>
114 <packing>
115 <property name="position">1</property>
116 </packing>
117 </child>
118 </object>
119 <packing>
120 <property name="expand">False</property>
121 <property name="pack_type">GTK_PACK_END</property>
122 </packing>
123 </child>
124 </object>
125 </child>
126 <action-widgets>
127 <action-widget response="-6">button_cancel</action-widget>
128 <action-widget response="-5">button_replace</action-widget>
129 </action-widgets>
130 </object>
131 </interface>