]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-search-bar.ui
e041355ac1975920a29596cc6e9d16d6d05b80dd
[empathy.git] / libempathy-gtk / empathy-search-bar.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy project-wide -->
5   <object class="GtkToolbar" id="search_widget">
6     <property name="visible">True</property>
7     <property name="icon_size">1</property>
8     <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
9     <child>
10       <object class="GtkToolItem" id="search_entry_toolitem">
11         <property name="visible">True</property>
12         <child>
13           <object class="GtkAlignment" id="alignment1">
14             <property name="visible">True</property>
15             <child>
16               <object class="GtkHBox" id="hbox1">
17                 <property name="visible">True</property>
18                 <property name="spacing">6</property>
19                 <child>
20                   <object class="GtkLabel" id="search_label">
21                     <property name="visible">True</property>
22                     <property name="label" translatable="yes">Find:</property>
23                   </object>
24                 </child>
25                 <child>
26                   <object class="GtkEntry" id="search_entry">
27                     <property name="visible">True</property>
28                     <property name="can_focus">True</property>
29                   </object>
30                 </child>
31               </object>
32             </child>
33           </object>
34         </child>
35       </object>
36     </child>
37     <child>
38       <object class="GtkToolButton" id="search_previous">
39         <property name="label" translatable="yes">Find Previous</property>
40         <property name="visible">True</property>
41         <property name="is_important">True</property>
42         <property name="icon_name">gtk-go-back-ltr</property>
43       </object>
44       <packing>
45         <property name="homogeneous">True</property>
46       </packing>
47     </child>
48     <child>
49       <object class="GtkToolButton" id="search_next">
50         <property name="label" translatable="yes">Find Next</property>
51         <property name="visible">True</property>
52         <property name="is_important">True</property>
53         <property name="icon_name">gtk-go-forward-ltr</property>
54       </object>
55       <packing>
56         <property name="homogeneous">True</property>
57       </packing>
58     </child>
59     <child>
60       <object class="GtkToolItem" id="search_match_case_toolitem">
61         <property name="visible">True</property>
62         <property name="is_important">True</property>
63         <child>
64           <object class="GtkCheckButton" id="search_match_case">
65             <property name="label" translatable="yes">Match case</property>
66             <property name="visible">True</property>
67             <property name="can_focus">True</property>
68             <property name="draw_indicator">True</property>
69           </object>
70         </child>
71       </object>
72       <packing>
73         <property name="homogeneous">True</property>
74       </packing>
75     </child>
76     <child>
77       <object class="GtkToolItem" id="search_not_found_toolitem">
78         <property name="visible">True</property>
79         <child>
80           <object class="GtkAlignment" id="alignment2">
81             <property name="visible">True</property>
82             <property name="left_padding">6</property>
83             <child>
84               <object class="GtkHBox" id="search_not_found">
85                 <property name="spacing">6</property>
86                 <child>
87                   <object class="GtkImage" id="image1">
88                     <property name="visible">True</property>
89                     <property name="stock">gtk-dialog-error</property>
90                   </object>
91                   <packing>
92                     <property name="position">0</property>
93                   </packing>
94                 </child>
95                 <child>
96                   <object class="GtkLabel" id="not_found_label">
97                     <property name="visible">True</property>
98                     <property name="label" translatable="yes">Phrase not found</property>
99                   </object>
100                   <packing>
101                     <property name="position">1</property>
102                   </packing>
103                 </child>
104               </object>
105             </child>
106           </object>
107         </child>
108       </object>
109     </child>
110     <child>
111       <object class="GtkSeparatorToolItem" id="expander1">
112         <property name="visible">True</property>
113       </object>
114       <packing>
115         <property name="expand">True</property>
116         <property name="homogeneous">True</property>
117       </packing>
118     </child>
119     <child>
120       <object class="GtkToolButton" id="search_close">
121         <property name="visible">True</property>
122         <property name="is_important">False</property>
123         <property name="stock_id">gtk-close</property>
124       </object>
125       <packing>
126         <property name="expand">False</property>
127         <property name="homogeneous">True</property>
128       </packing>
129     </child>
130   </object>
131 </interface>