]> sjero.net Git - linphone/blob - gtk/buddylookup.ui
Merge branch 'master' of git.savannah.nongnu.org:/srv/git/linphone
[linphone] / gtk / buddylookup.ui
1 <?xml version="1.0"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.16 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkDialog" id="buddylookup">
6     <property name="border_width">5</property>
7     <property name="title" translatable="yes">Search contacts in directory</property>
8     <property name="window_position">center-on-parent</property>
9     <property name="icon">linphone2.png</property>
10     <property name="type_hint">dialog</property>
11     <property name="has_separator">False</property>
12     <signal handler="gtk_widget_destroy" name="response"/>
13     <child internal-child="vbox">
14       <object class="GtkVBox" id="dialog-vbox1">
15         <property name="visible">True</property>
16         <property name="spacing">2</property>
17         <child>
18           <object class="GtkFrame" id="frame1">
19             <property name="visible">True</property>
20             <property name="border_width">5</property>
21             <property name="label_xalign">0</property>
22             <child>
23               <object class="GtkAlignment" id="alignment1">
24                 <property name="visible">True</property>
25                 <property name="left_padding">12</property>
26                 <child>
27                   <object class="GtkVBox" id="vbox2">
28                     <property name="visible">True</property>
29                     <child>
30                       <object class="GtkEntry" id="keyword">
31                         <property name="visible">True</property>
32                         <property name="can_focus">True</property>
33                         <property name="has_focus">True</property>
34                         <signal handler="linphone_gtk_keyword_changed" name="changed"/>
35                       </object>
36                       <packing>
37                         <property name="expand">False</property>
38                         <property name="position">0</property>
39                       </packing>
40                     </child>
41                     <child>
42                       <object class="GtkScrolledWindow" id="scrolledwindow1">
43                         <property name="visible">True</property>
44                         <property name="can_focus">True</property>
45                         <property name="hscrollbar_policy">automatic</property>
46                         <property name="vscrollbar_policy">automatic</property>
47                         <property name="shadow_type">etched-in</property>
48                         <child>
49                           <object class="GtkTreeView" id="search_results">
50                             <property name="width_request">512</property>
51                             <property name="height_request">140</property>
52                             <property name="visible">True</property>
53                             <property name="can_focus">True</property>
54                             <signal handler="linphone_gtk_buddy_lookup_contact_activated" name="row_activated"/>
55                           </object>
56                         </child>
57                       </object>
58                       <packing>
59                         <property name="padding">6</property>
60                         <property name="position">1</property>
61                       </packing>
62                     </child>
63                     <child>
64                       <object class="GtkProgressBar" id="progressbar">
65                         <property name="visible">True</property>
66                         <property name="activity_mode">True</property>
67                         <property name="show_text">True</property>
68                       </object>
69                       <packing>
70                         <property name="expand">False</property>
71                         <property name="position">2</property>
72                       </packing>
73                     </child>
74                     <child>
75                       <object class="GtkHButtonBox" id="hbuttonbox1">
76                         <property name="visible">True</property>
77                         <child>
78                           <object class="GtkButton" id="add_buddy">
79                             <property name="visible">True</property>
80                             <property name="sensitive">False</property>
81                             <property name="can_focus">True</property>
82                             <property name="receives_default">True</property>
83                             <signal handler="linphone_gtk_add_buddy_from_database" name="clicked"/>
84                             <child>
85                               <object class="GtkHBox" id="hbox1">
86                                 <property name="visible">True</property>
87                                 <child>
88                                   <object class="GtkImage" id="image1">
89                                     <property name="visible">True</property>
90                                     <property name="stock">gtk-add</property>
91                                   </object>
92                                   <packing>
93                                     <property name="expand">False</property>
94                                     <property name="fill">False</property>
95                                     <property name="position">0</property>
96                                   </packing>
97                                 </child>
98                                 <child>
99                                   <object class="GtkLabel" id="label2">
100                                     <property name="visible">True</property>
101                                     <property name="label" translatable="yes">Add to my list</property>
102                                   </object>
103                                   <packing>
104                                     <property name="position">1</property>
105                                   </packing>
106                                 </child>
107                               </object>
108                             </child>
109                           </object>
110                           <packing>
111                             <property name="expand">False</property>
112                             <property name="fill">False</property>
113                             <property name="padding">5</property>
114                             <property name="position">0</property>
115                           </packing>
116                         </child>
117                       </object>
118                       <packing>
119                         <property name="expand">False</property>
120                         <property name="fill">False</property>
121                         <property name="position">3</property>
122                       </packing>
123                     </child>
124                   </object>
125                 </child>
126               </object>
127             </child>
128             <child type="label">
129               <object class="GtkLabel" id="label1">
130                 <property name="visible">True</property>
131                 <property name="label" translatable="yes">&lt;b&gt;Search somebody&lt;/b&gt;</property>
132                 <property name="use_markup">True</property>
133               </object>
134             </child>
135           </object>
136           <packing>
137             <property name="position">1</property>
138           </packing>
139         </child>
140         <child internal-child="action_area">
141           <object class="GtkHButtonBox" id="dialog-action_area1">
142             <property name="visible">True</property>
143             <property name="layout_style">end</property>
144             <child>
145               <placeholder/>
146             </child>
147             <child>
148               <placeholder/>
149             </child>
150           </object>
151           <packing>
152             <property name="expand">False</property>
153             <property name="pack_type">end</property>
154             <property name="position">0</property>
155           </packing>
156         </child>
157       </object>
158     </child>
159   </object>
160 </interface>