]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-contact-blocking-dialog.ui
Beginning of contact blocking dialog
[empathy.git] / libempathy-gtk / empathy-contact-blocking-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy project-wide -->
5   <object class="GtkVBox" id="contents">
6     <property name="visible">True</property>
7     <property name="border_width">6</property>
8     <property name="spacing">6</property>
9     <child>
10       <object class="GtkHBox" id="account-hbox">
11         <property name="visible">True</property>
12         <property name="spacing">6</property>
13         <child>
14           <object class="GtkLabel" id="label1">
15             <property name="visible">True</property>
16             <property name="xalign">0</property>
17             <property name="label" translatable="yes">Account:</property>
18           </object>
19           <packing>
20             <property name="expand">False</property>
21             <property name="position">0</property>
22           </packing>
23         </child>
24         <child>
25           <placeholder/>
26         </child>
27       </object>
28       <packing>
29         <property name="expand">False</property>
30         <property name="position">0</property>
31       </packing>
32     </child>
33     <child>
34       <object class="GtkHBox" id="hbox1">
35         <property name="visible">True</property>
36         <property name="spacing">6</property>
37         <child>
38           <object class="GtkScrolledWindow" id="scrolledwindow1">
39             <property name="visible">True</property>
40             <property name="can_focus">True</property>
41             <property name="hscrollbar_policy">never</property>
42             <property name="vscrollbar_policy">automatic</property>
43             <property name="shadow_type">etched-in</property>
44             <child>
45               <object class="GtkTreeView" id="treeview1">
46                 <property name="visible">True</property>
47                 <property name="can_focus">True</property>
48                 <property name="model">blocked-contacts</property>
49                 <property name="headers_clickable">False</property>
50                 <child>
51                   <object class="GtkTreeViewColumn" id="treeviewcolumn1">
52                     <property name="title">Blocked Contacts</property>
53                     <property name="sort_column_id">0</property>
54                     <child>
55                       <object class="GtkCellRendererText" id="cellrenderertext1"/>
56                       <attributes>
57                         <attribute name="text">0</attribute>
58                       </attributes>
59                     </child>
60                   </object>
61                 </child>
62               </object>
63             </child>
64           </object>
65           <packing>
66             <property name="position">0</property>
67           </packing>
68         </child>
69         <child>
70           <object class="GtkVButtonBox" id="vbuttonbox1">
71             <property name="visible">True</property>
72             <property name="layout_style">start</property>
73             <child>
74               <object class="GtkButton" id="remove-button">
75                 <property name="label">gtk-remove</property>
76                 <property name="visible">True</property>
77                 <property name="can_focus">True</property>
78                 <property name="receives_default">True</property>
79                 <property name="use_stock">True</property>
80               </object>
81               <packing>
82                 <property name="expand">False</property>
83                 <property name="position">0</property>
84               </packing>
85             </child>
86           </object>
87           <packing>
88             <property name="expand">False</property>
89             <property name="position">1</property>
90           </packing>
91         </child>
92       </object>
93       <packing>
94         <property name="position">1</property>
95       </packing>
96     </child>
97     <child>
98       <object class="GtkHBox" id="add-contact-hbox">
99         <property name="visible">True</property>
100         <property name="spacing">6</property>
101         <child>
102           <object class="GtkEntry" id="add-contact-entry">
103             <property name="visible">True</property>
104             <property name="can_focus">True</property>
105             <property name="invisible_char">●</property>
106           </object>
107           <packing>
108             <property name="position">0</property>
109           </packing>
110         </child>
111         <child>
112           <object class="GtkButton" id="add-button">
113             <property name="label">gtk-add</property>
114             <property name="visible">True</property>
115             <property name="can_focus">True</property>
116             <property name="receives_default">True</property>
117             <property name="use_stock">True</property>
118           </object>
119           <packing>
120             <property name="expand">False</property>
121             <property name="position">1</property>
122           </packing>
123         </child>
124       </object>
125       <packing>
126         <property name="expand">False</property>
127         <property name="position">2</property>
128       </packing>
129     </child>
130   </object>
131   <object class="GtkListStore" id="blocked-contacts">
132     <columns>
133       <!-- column-name identifier -->
134       <column type="gchararray"/>
135       <!-- column-name handle -->
136       <column type="guint"/>
137     </columns>
138   </object>
139   <object class="GtkSizeGroup" id="sizegroup1">
140     <widgets>
141       <widget name="remove-button"/>
142       <widget name="add-button"/>
143     </widgets>
144   </object>
145 </interface>